Click or drag to resize
CafWriterWriteData Method (Byte, Int64)
Writes an audio byte array to the underlying stream from specified position.

Namespace: Alvas.Audio
Assembly: Alvas.Audio (in Alvas.Audio.dll) Version: 2016.0.6173.41573
Syntax
public override long WriteData(
	byte[] buffer,
	long position
)

Parameters

buffer
Type: SystemByte
A byte array containing the data to write.
position
Type: SystemInt64
Data position in bytes

Return Value

Type: Int64
Returns new data position in bytes

Implements

IAudioWriterWriteData(Byte, Int64)
See Also