BASS.NET API for the Un4seen BASS Audio Library

BassAsioHandlerChannel Property

BASS.NET API for the Un4seen BASS Audio Library
Returns the first ASIO channel being used.

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

public int Channel { get; }

Property Value

Type: Int32
Remarks

The class will automatically join ASIO channels together when needed (done in the constructor). This property reflects the first ASIO channel being used. The ChannelNumChans property will tell you how many channels are effectively joined and enabled starting with this channel.

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