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

The BASS_BFX_VOLUME_ENV type exposes the following members.
Constructors

  NameDescription
Public methodBASS_BFX_VOLUME_ENV 
Default constructor.
Public methodBASS_BFX_VOLUME_ENV(Int32)
Constructor assigning the number of volume envelope nodes to use.
Public methodBASS_BFX_VOLUME_ENV( BASS_BFX_ENV_NODE )
Constructor assigning the volume envelope nodes to use.
Back to Top
Methods

  NameDescription
Public methodDispose
Implements the IDisposable interface.
Protected methodFinalize
Default Finilizer.
(Overrides OnlineObject Finalize .)
Back to Top
Fields

  NameDescription
Public fieldbFollow
Follow the source position (default is  )?
Public fieldlChannel
A BASSFXChan flag to define on which channels to apply the effect.

Default: -1 (BASS_BFX_CHANALL) - all channels.

Public fieldlNodeCount
The number of nodes contained in the pNodes array.
Public fieldpNodes
The array of envelope nodes (the first node must be at position 0.0).
Back to Top
See Also