6 writes to nBlockAlign
System.Speech (6)
AudioFormat\SpeechAudioFormatInfo.cs (1)
149
wfx.
nBlockAlign
= (short)BlockAlign;
Internal\SapiInterop\SpAudioStreamWrapper.cs (1)
28
wfx.
nBlockAlign
= (short)audioFormat.BlockAlign;
Internal\Synthesis\AudioBase.cs (3)
102
wfx.
nBlockAlign
= 1;
387
wfx.
nBlockAlign
= Marshal.ReadInt16(ptr, 12);
439
wfx.
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)
105
switch (format.
nBlockAlign
/ format.nChannels)