2 writes to _wfxIn
System.Speech (2)
Internal\Synthesis\AudioFileOut.cs (2)
69
_wfxIn
= WAVEFORMATEX.ToWaveHeader(wfx);
70
_doConversion = _pcmConverter.PrepareConverter(ref
_wfxIn
, ref _wfxOut);
2 references to _wfxIn
System.Speech (2)
Internal\Synthesis\AudioFileOut.cs (2)
206
if (
_wfxIn
.nAvgBytesPerSec == 0)
210
return new TimeSpan((_bytesWritten * TimeSpan.TicksPerSecond) /
_wfxIn
.nAvgBytesPerSec);