BASS.NET API for the Un4seen BASS Audio Library

BassAsioHandlerFullDuplexDevice Property

BASS.NET API for the Un4seen BASS Audio Library
Returns the full-duplex ASIO output device 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 FullDuplexDevice { get; }

Property Value

Type: Int32
Remarks

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

Reference