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

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

Parameters

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

Return Value

Type: Int64
Returns new data position in bytes

Implements

IAudioWriterWriteData(Byte, Int64, WriteMode)
See Also