BASS.NET API for the Un4seen BASS Audio Library

BassWasapiHandlerDeviceVolume Property

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

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

public float DeviceVolume { 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 global WASAPI device volume setting (which might be shared among other applications).

The volume level ranges from 0 (silent) to 1 (normal) or above 1 to amplify the sound.

See Also

Reference