5 references to FormatSpecificData
System.Speech (5)
AudioFormat\SpeechAudioFormatInfo.cs (2)
151wfx.cbSize = (short)FormatSpecificData().Length; 158Array.Copy(FormatSpecificData(), 0, wfxTemp, abWfx.Length, wfx.cbSize);
Internal\SapiInterop\SpAudioStreamWrapper.cs (2)
30wfx.cbSize = (short)audioFormat.FormatSpecificData().Length; 37Array.Copy(audioFormat.FormatSpecificData(), 0, wfxTemp, _wfx.Length, wfx.cbSize);
Result\RecognizedAudio.cs (1)
112byte[] formatSpecificData = _audioFormat.FormatSpecificData();