Click or drag to resize
CafWriter.WriteData 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 override void WriteData(
	byte[] buffer
)

Parameters

buffer
Type:System.Byte[]
A byte array containing the data to write.

Implements

IAudioWriter.WriteData(Byte[])
See Also