Alvas.Audio Class Library

Mp3ReadWriter.WriteData Method

Writes an audio byte array to the underlying stream.

Overload List

Writes an audio byte array to the underlying stream.

public void WriteData(Byte[]);

Writes an audio byte array to the underlying stream from specified position.

public long WriteData(Byte[],Int64);

See Also

Mp3ReadWriter Class | Alvas.Audio Namespace