BASS.NET API for the Un4seen BASS Audio Library

BassWasapiHandlerSessionMute Property

BASS.NET API for the Un4seen BASS Audio Library
Gets or Sets the mute status of the session.

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

public bool SessionMute { get; set; }

Property Value

Type: Boolean
Remarks

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