3 references to SPAUDIOOPTIONS
System.Speech (3)
Internal\SapiInterop\SapiRecoContext.cs (1)
50internal void SetAudioOptions(SPAUDIOOPTIONS options, IntPtr audioFormatId, IntPtr waveFormatEx)
Internal\SapiInterop\SapiRecoInterop.cs (1)
777void SetAudioOptions(SPAUDIOOPTIONS Options, IntPtr pAudioFormatId, IntPtr pWaveFormatEx);
Recognition\RecognizerBase.cs (1)
488_sapiContext.SetAudioOptions(SPAUDIOOPTIONS.SPAO_RETAIN_AUDIO, IntPtr.Zero, IntPtr.Zero);