BASS.NET API for the Un4seen BASS Audio Library

BASSBuffer Properties

BASS.NET API for the Un4seen BASS Audio Library

The BASSBuffer type exposes the following members.

Properties

  NameDescription
Public propertyBps
Gets the Bytes per sample used with the ring buffer (1=8-bit, 2=16-bit default, 4=32-bit).
Public propertyBufferLength
Gets the total length in bytes of the ring buffer.
Public propertyNumChans
Gets the number of channels used with the ring buffer (1=mono, 2=stereo default, etc).
Public propertyReaders
Gets or Sets the number of parallel Readers which can be used with the ring buffer.
Public propertySampleRate
Gets the sample rate in Hz used with the ring buffer (default is 44100 Hz).
Top
See Also

Reference