BASS.NET API for the Un4seen BASS Audio Library

BASS_ASIO_CHANNELINFOformat Field

BASS.NET API for the Un4seen BASS Audio Library
The channel's sample format, one of the following (see BASSASIOFormat):
BASS_ASIO_FORMAT_16BIT16-bit integer.
BASS_ASIO_FORMAT_24BIT24-bit integer.
BASS_ASIO_FORMAT_32BIT32-bit integer.
BASS_ASIO_FORMAT_FLOAT32-bit floating-point.
BASS_ASIO_FORMAT_DSD_LSBDSD with LSB first.
BASS_ASIO_FORMAT_DSD_MSBDSD with MSB first.

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

public BASSASIOFormat format

Field Value

Type: BASSASIOFormat
See Also

Reference