BASS.NET API for the Un4seen BASS Audio Library

BassWasapiHandlerSessionVolume Property

BASS.NET API for the Un4seen BASS Audio Library
Gets or Sets the session volume between 0 (silent) and 1 (full).

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

public float SessionVolume { get; set; }

Property Value

Type: Single
Remarks

Whereas the Volume and the Pan properties directly effect the internally used channel volume, this property effects the session volume setting. Session volume only affects the current process, so other users of the device are unaffected. It has no effect on exclusive mode output, and maps to the device volume with input devices (so does affect other users). Session volume always uses the BASS_WASAPI_CURVE_WINDOWS curve.
See Also

Reference