Class ParametricEqualizerBand
Parametric equalizer band.
Inherited Members
Namespace: VisioForge.Core.Types.X.AudioEffects
Assembly: VisioForge.Core.dll
Syntax
public class ParametricEqualizerBand
Constructors
ParametricEqualizerBand()
Initializes a new instance of the ParametricEqualizerBand class.
Declaration
public ParametricEqualizerBand()
ParametricEqualizerBand(float, float, float)
Initializes a new instance of the ParametricEqualizerBand class.
Declaration
public ParametricEqualizerBand(float freq, float width, float gain)
Parameters
Type | Name | Description |
---|---|---|
float | freq | The freq. |
float | width | The width. |
float | gain | The gain. |
Properties
Frequency
Gets or sets the center frequency.
Declaration
public float Frequency { get; set; }
Property Value
Type | Description |
---|---|
float |
Gain
Gets or sets the gain (dB).
Declaration
public float Gain { get; set; }
Property Value
Type | Description |
---|---|
float |
Width
Gets or sets the band width.
Declaration
public float Width { get; set; }
Property Value
Type | Description |
---|---|
float |