BASS.NET API for the Un4seen BASS Audio Library

BassAsioHandlerFullDuplexChannel Property

BASS.NET API for the Un4seen BASS Audio Library
Returns the first full-duplex ASIO output channel being used (or -1, if not used).

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

public int FullDuplexChannel { get; }

Property Value

Type: Int32
Remarks

Note: This property might also return -1 if the full-duplex option was used with a BASS device, if the related SetFullDuplex(Int32, Int32) overload was used.

If the ASIO Channel is a multi-channel (the ChannelNumChans property is greater than 1) this property will return the first full-duplex channel only. However, full-duplex always enables ChannelNumChans channels, starting with this one.

See Also

Reference