BASS.NET API for the Un4seen BASS Audio Library

BASS_BFX_LPF 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 Low pass filter.
Inheritance Hierarchy

SystemObject
  Un4seen.Bass.AddOn.FxBASS_BFX_LPF

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_LPF

The BASS_BFX_LPF type exposes the following members.

Constructors

  NameDescription
Public methodBASS_BFX_LPF
Default constructor
Public methodBASS_BFX_LPF(Single, Single)
Constructor already setting the members
Public methodBASS_BFX_LPF(Single, Single, BASSFXChan)
Constructor already setting the members
Top
Fields

  NameDescription
Public fieldfCutOffFreq
Cut-off frequency in Hz (1...info.freq/2). Default = 200Hz.
Public fieldfResonance
Resonance (0.01...10). Default = 2.
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