Alvas.Audio Class Library

IAudioWriter.WriteData Method (Byte[], Int64)

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

[Visual Basic]
Function WriteData( _
   ByVal buffer As Byte(), _
   ByVal position As Long _
) As Long
[C#]
long WriteData(
   Byte[] buffer,
   Int64 position
);

Parameters

buffer
A byte array containing the data to write.
position
Data position in bytes

Return Value

Returns new data position in bytes

See Also

IAudioWriter Interface | Alvas.Audio Namespace | IAudioWriter.WriteData Overload List