BASS.NET API for the Un4seen BASS Audio Library

BassWasapiHandlerNumChans Property

BASS.NET API for the Un4seen BASS Audio Library
Gets the actual number of channels being used with the Device.

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

public int NumChans { get; }

Property Value

Type: Int32
Remarks

Depending if you use the Wasapi device in exclusive or shared mode the actual number of channels might be different from the number of channels requested.

In exclusive mode: The maximum available number of channels will always be used.

In shared mode: The default number of channels as specified in the mixer control panel will always be used.

See Also

Reference