BASS.NET API for the Un4seen BASS Audio Library

BassAsioHandlerVolume Property

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

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

public float Volume { get; set; }

Property Value

Type: Single
Remarks

Setting the volume uses the Pan property in case of multi-channel ASIO (ChannelNumChans is greater than 1).

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

See Also

Reference