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