BASS.NET API for the Un4seen BASS Audio Library

BassAsioHandlerDeviceVolume Property

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

Namespace:  Un4seen.BassAsio
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 ASIO device volume setting.

The volume level ranges from 0 (silent) to 1 (maximum).

See Also

Reference