BASS.NET API for the Un4seen BASS Audio Library

BassWasapiHandlerOutputChannel Property

BASS.NET API for the Un4seen BASS Audio Library
Gets the BASS output channel handle which is used with this WASAPI input handler in case of full-duplex monitoring.

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

public int OutputChannel { get; }

Property Value

Type: Int32
Remarks

You must call the SetFullDuplex(Int32, BASSFlag, Boolean) method in order to use this output channel.
See Also

Reference