3 references to BlockAlign
System.Speech (3)
AudioFormat\SpeechAudioFormatInfo.cs (1)
149wfx.nBlockAlign = (short)BlockAlign;
Internal\SapiInterop\SpAudioStreamWrapper.cs (1)
28wfx.nBlockAlign = (short)audioFormat.BlockAlign;
Result\RecognizedAudio.cs (1)
129sm.WriteStream((ushort)_audioFormat.BlockAlign);