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