BASS.NET API for the Un4seen BASS Audio Library

BASSBufferWrite Method (Byte, Int32)

BASS.NET API for the Un4seen BASS Audio Library
Writes (add) the given number of sample data to the ring buffer.

Namespace:  Un4seen.Bass
Assembly:  Bass.Net (in Bass.Net.dll) Version: 2.4.17.5
Syntax

public int Write(
	byte[] buffer,
	int length
)

Parameters

buffer
Type: SystemByte
The byte array containing the sample data to write to the ring buffer.
length
Type: SystemInt32
The number of BYTES to write to the ring buffer (from the buffer).

Return Value

Type: Int32
The number of bytes actually written to the ring buffer.
See Also

Reference