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

The BASS_BFX_APF type exposes the following members.
Constructors

  NameDescription
Public methodBASS_BFX_APF 
Default constructor
Public methodBASS_BFX_APF(Single, Single)
Constructor already setting the members
Public methodBASS_BFX_APF(Single, Single, BASSFXChan)
Constructor already setting the members
Back to Top
Methods

  NameDescription
Public methodPreset_Default
Sets the instance members to a preset.
Public methodPreset_LongReverberation
Sets the instance members to a preset.
Public methodPreset_RobotVoice
Sets the instance members to a preset.
Public methodPreset_SmallRever
Sets the instance members to a preset.
Back to Top
Fields

  NameDescription
Public fieldfDelay
Delay in seconds (0...6). Default = 0.
Public fieldfGain
Gain of the all pass filter (-1...+1). Default = 0.
Public fieldlChannel
A BASSFXChan flag to define on which channels to apply the effect.

Default: -1 (BASS_BFX_CHANALL) - all channels.

Back to Top
See Also