1 write to _stream
System.Speech (1)
Internal\Synthesis\AudioFileOut.cs (1)
24_stream = stream;
7 references to _stream
System.Speech (7)
Internal\Synthesis\AudioFileOut.cs (7)
25_startStreamPosition = _stream.Position; 74WriteWaveHeader(_stream, _wfxOut, _startStreamPosition, 0); 100long position = _stream.Position; 101WriteWaveHeader(_stream, _wfxOut, _startStreamPosition, _totalByteWrittens); 102_stream.Seek(position, SeekOrigin.Begin); 129_stream.Write(abOut, 0, abOut.Length); 218return _stream.Position;