BASS.NET API for the Un4seen BASS Audio Library

BASS_BFX_DAMP Class

BASS.NET API for the Un4seen BASS Audio Library
Used with BASS_ChannelSetFX(Int32, BASSFXType, Int32), BASS_FXSetParameters(Int32, IntPtr) and BASS_FXGetParameters(Int32, IntPtr) to retrieve and set the parameters of the DSP effect Dynamic amplification.
Inheritance Hierarchy

SystemObject
  Un4seen.Bass.AddOn.FxBASS_BFX_DAMP

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

[SerializableAttribute]
[StructLayoutAttribute(LayoutKind.Sequential, CharSet = CharSet.Ansi)]
public sealed class BASS_BFX_DAMP

The BASS_BFX_DAMP type exposes the following members.

Constructors

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

  NameDescription
Public methodPreset_Hard
Sets the instance members to a preset.
Public methodPreset_Medium
Sets the instance members to a preset.
Public methodPreset_Soft
Sets the instance members to a preset.
Top
Fields

  NameDescription
Public fieldfDelay
Delay in seconds before increasing level (0...n, linear). Default = 0.
Public fieldfGain
Amplification level (0...1...n, linear). Default = 0.
Public fieldfQuiet
Quiet volume level (0...1, linear). Default = 0.
Public fieldfRate
Amplification adjustment rate (0...1, linear), e.g. 0.02. Default = 0.
Public fieldfTarget
Target volume level (0<...1, linear). Default = 1.0 (0dB).
Public fieldlChannel
A BASSFXChan flag to define on which channels to apply the effect.

Default: -1 (BASS_BFX_CHANALL) - all channels.

Top
See Also

Reference