Table of Contents

Class ParametricEqualizerBand

Namespace
VisioForge.Core.Types.X.AudioEffects
Assembly
VisioForge.Core.dll

Parametric equalizer band.

public class ParametricEqualizerBand

Inheritance

Inherited Members

Constructors

ParametricEqualizerBand()

Initializes a new instance of the VisioForge.Core.Types.X.AudioEffects.ParametricEqualizerBand class.

public ParametricEqualizerBand()

ParametricEqualizerBand(float, float, float)

Initializes a new instance of the VisioForge.Core.Types.X.AudioEffects.ParametricEqualizerBand class.

public ParametricEqualizerBand(float freq, float width, float gain)

Parameters

freq float

The center frequency.

width float

The band width.

gain float

The gain in dB.

Properties

Frequency

Gets or sets the center frequency.

public float Frequency { get; set; }

Property Value

float

Gain

Gets or sets the gain (dB).

public float Gain { get; set; }

Property Value

float

Width

Gets or sets the band width.

public float Width { get; set; }

Property Value

float