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