3 references to SPSTREAMFORMATTYPE
System.Speech (3)
Internal\SapiInterop\SapiRecognizer.cs (1)
154internal IntPtr GetFormat(SPSTREAMFORMATTYPE WaveFormatType)
Internal\SapiInterop\SapiRecoInterop.cs (1)
841void GetFormat(SPSTREAMFORMATTYPE WaveFormatType, out Guid pFormatId, out IntPtr ppCoMemWFEX);
Recognition\RecognizerBase.cs (1)
2582waveFormatPtr = SapiRecognizer.GetFormat(SPSTREAMFORMATTYPE.SPWF_SRENGINE);