Writes an audio byte array to the underlying stream.
Writes an audio byte array to the underlying stream.
public override void WriteData(Byte[]);
Writes an audio byte array to the underlying stream from specified position.
public override long WriteData(Byte[],Int64);
WaveWriter Class | Alvas.Audio Namespace