BASS.NET API for the Un4seen BASS Audio Library

BassAsioHandlerChannelNumChans Property

BASS.NET API for the Un4seen BASS Audio Library
Gets the total number of ASIO channel which are joined together, starting with Channel.

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

public int ChannelNumChans { get; }

Property Value

Type: Int32
Remarks

The class will automatically join ASIO channels together when needed (done in the constructor). This property reflects the total of ASIO channels used. Depending on which constructor overload you used, this number can be based on the number of channels of the given OutputChannel.

You can not change the number of ASIO channels once joined and enabled.

Caution: Once you created an instance of this class, the respective ASIO channels are joined and enabled. Disposing an instance of this class will not automatically unjoin and disable the used ASIO channels. If you want to do so, please call the appropriate overload of the Dispose method manually.

See Also

Reference