6 writes to nAvgBytesPerSec
System.Speech (6)
AudioFormat\AudioFormatConverter.cs (6)
69
waveEx.
nAvgBytesPerSec
= waveEx.nSamplesPerSec * waveEx.nBlockAlign;
76
waveEx.
nAvgBytesPerSec
= 1067;
94
waveEx.
nAvgBytesPerSec
= waveEx.nSamplesPerSec * waveEx.nBlockAlign;
107
waveEx.
nAvgBytesPerSec
= waveEx.nSamplesPerSec * waveEx.nBlockAlign;
147
waveEx.
nAvgBytesPerSec
= BytesPerSec[index];
163
waveEx.
nAvgBytesPerSec
= BytesPerSec[index];
2 references to nAvgBytesPerSec
System.Speech (2)
AudioFormat\AudioFormatConverter.cs (2)
26
return new SpeechAudioFormatInfo((EncodingFormat)waveFormatEx.wFormatTag, (int)waveFormatEx.nSamplesPerSec, (short)waveFormatEx.wBitsPerSample, (short)waveFormatEx.nChannels, (int)waveFormatEx.
nAvgBytesPerSec
, (short)waveFormatEx.nBlockAlign, extraData);
187
return waveEx != null ? new SpeechAudioFormatInfo((EncodingFormat)waveEx.wFormatTag, (int)waveEx.nSamplesPerSec, waveEx.wBitsPerSample, waveEx.nChannels, (int)waveEx.
nAvgBytesPerSec
, waveEx.nBlockAlign, extra) : null;