6 writes to nBlockAlign
System.Speech (6)
AudioFormat\SpeechAudioFormatInfo.cs (1)
149wfx.nBlockAlign = (short)BlockAlign;
Internal\SapiInterop\SpAudioStreamWrapper.cs (1)
28wfx.nBlockAlign = (short)audioFormat.BlockAlign;
Internal\Synthesis\AudioBase.cs (3)
102wfx.nBlockAlign = 1; 387wfx.nBlockAlign = Marshal.ReadInt16(ptr, 12); 439wfx.nBlockAlign = 2;
Internal\Synthesis\AudioFileOut.cs (1)
43_wfxOut.nBlockAlign = (short)(_wfxOut.nChannels * _wfxOut.wBitsPerSample / 8);
1 reference to nBlockAlign
System.Speech (1)
Internal\Synthesis\AudioFormatConverter.cs (1)
105switch (format.nBlockAlign / format.nChannels)