VisioForge (c) 2025

Search Results for

    Class ParametricEqualizerBand

    Parametric equalizer band.

    Inheritance
    object
    ParametricEqualizerBand
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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