Click or drag to resize
WaveReadWriterWriteData Method (Byte)
Writes an audio byte array to the underlying stream.

Namespace: Alvas.Audio
Assembly: Alvas.Audio (in Alvas.Audio.dll) Version: 2016.0.6173.41573
Syntax
public void WriteData(
	byte[] buffer
)

Parameters

buffer
Type: SystemByte
A byte array containing the data to write.

Implements

IAudioWriterWriteData(Byte)
See Also