Beispiel #1
0
 public int GetUseQuickSeek()
 {
     if (is64Bit)
     {
         return(SoundTouchInterop64.soundtouch_getSetting(handle, SoundTouchSettings.UseQuickSeek));
     }
     return(SoundTouchInterop32.soundtouch_getSetting(handle, SoundTouchSettings.UseQuickSeek));
 }
Beispiel #2
0
 public int GetUseAntiAliasing()
 {
     if (is64Bit)
     {
         return(SoundTouchInterop64.soundtouch_getSetting(handle, SoundTouchSettings.UseAaFilter));
     }
     return(SoundTouchInterop32.soundtouch_getSetting(handle, SoundTouchSettings.UseAaFilter));
 }