VisioForge (c) 2025

Search Results for

    Class AudioMixerValues

    Audio mixer values.

    Inheritance
    object
    AudioMixerValues
    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
    Assembly: VisioForge.Core.dll
    Syntax
    public class AudioMixerValues

    Properties

    Bass

    Gets or sets bass.

    Declaration
    public double Bass { get; set; }
    Property Value
    Type Description
    double

    BassRange

    Gets or sets bass range.

    Declaration
    public double BassRange { get; set; }
    Property Value
    Type Description
    double

    Enabled

    Gets or sets a value indicating whether mixer enabled.

    Declaration
    public bool Enabled { get; set; }
    Property Value
    Type Description
    bool

    Loudness

    Gets or sets a value indicating whether loudness enabled. Loudness boosts the bass of low volume signals before they are recorded, to compensate for the fact that the ear does not hear quiet bass sounds as well as other sounds.

    Declaration
    public bool Loudness { get; set; }
    Property Value
    Type Description
    bool

    MixLevel

    Gets or sets mix level.

    Declaration
    public double MixLevel { get; set; }
    Property Value
    Type Description
    double

    Mono

    Gets or sets a value indicating whether mono enabled.

    Declaration
    public bool Mono { get; set; }
    Property Value
    Type Description
    bool

    Pan

    Gets or sets pan. Possible values range from �1.0 to 1.0, as follows. -1 - full left, 1 - full right. In a stereo recording, setting the pan level to -1.0 or 1.0 sends the entire signal to one channel. The other channel records silence. Panning has no effect for a mono recording.

    Declaration
    public double Pan { get; set; }
    Property Value
    Type Description
    double

    Treble

    Gets or sets treble, in decibels. A negative value indicates attenuation.

    Declaration
    public double Treble { get; set; }
    Property Value
    Type Description
    double

    TrebleRange

    Gets or sets treble range.

    Declaration
    public double TrebleRange { get; set; }
    Property Value
    Type Description
    double