BASS.NET API for the Un4seen BASS Audio LibraryBASS_BFX_VOLUME MembersBASS.NET API for the Un4seen BASS Audio Library

The BASS_BFX_VOLUME type exposes the following members.
Constructors

  NameDescription
Public methodBASS_BFX_VOLUME 
Default constructor.
Public methodBASS_BFX_VOLUME(Single)
Constructor already setting the members.
Public methodBASS_BFX_VOLUME(Single, BASSFXChan)
Constructor already setting the members.
Back to Top
Fields

  NameDescription
Public fieldfVolume
Volume of the channel (0..1..n). Default = 1 (no amplification).
Public fieldlChannel
A BASSFXChan flag to define on which channels to apply the effect. 0 (BASS_FX_DSP_CHANNONE) for global volume control.

Default: -1 (BASS_BFX_CHANALL) - all channels.

Back to Top
See Also