BASS.NET API for the Un4seen BASS Audio Library

BassWasapiHandlerVolume Property

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

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

public float Volume { get; set; }

Property Value

Type: Single
Remarks

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

See Also

Reference