BASS.NET API for the Un4seen BASS Audio Library

BassWasapiHandlerExclusive Property

BASS.NET API for the Un4seen BASS Audio Library
Returns , if the WASAPI handler is used in exclusive mode - else shared mode is used.

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

public bool Exclusive { get; }

Property Value

Type: Boolean
Remarks

Exclusive mode: The device can only be used exclusivly by the application - which allows greater precision and lets you choose the output sample rate.

Shared mode: The device can be shared by multiple applications. Enforces to use the default sample rate, number of channels and format.

See Also

Reference