コード例 #1
0
 public void SetPitchShiftCents(int pitchShiftCents)
 {
     if (pObject != IntPtr.Zero)
     {
         SuperpoweredAdvancedAudioPlayerWrapper.SetPitchShiftCents(pObject, pitchShiftCents);
     }
 }