VisioForge (c) 2025

Search Results for

    Class CompressorExpanderAudioEffect

    Compressor / expander effect.

    Inheritance
    object
    BaseAudioEffect
    CompressorExpanderAudioEffect
    Implements
    ISharedAudioEffectX
    IVideoEditXAudioEffect
    Inherited Members
    BaseAudioEffect.Name
    BaseAudioEffect.ID
    BaseAudioEffect.OnUpdate
    BaseAudioEffect.OnUpdateCall()
    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 CompressorExpanderAudioEffect : BaseAudioEffect, ISharedAudioEffectX, IVideoEditXAudioEffect

    Constructors

    CompressorExpanderAudioEffect()

    Initializes a new instance of the CompressorExpanderAudioEffect class.

    Declaration
    public CompressorExpanderAudioEffect()

    Properties

    Characteristics

    Gets or sets the characteristics.

    Declaration
    public AudioDynamicCharacteristics Characteristics { get; set; }
    Property Value
    Type Description
    AudioDynamicCharacteristics

    The characteristics.

    Mode

    Gets or sets the mode.

    Declaration
    public AudioCompressorMode Mode { get; set; }
    Property Value
    Type Description
    AudioCompressorMode

    The mode.

    Ratio

    Gets or sets the ratio that should be applied.

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

    The ratio.

    Threshold

    Gets or sets the threshold until the filter is activated. [0.0..1.0], 0 by default.

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

    The threshold.

    Methods

    GenerateDescription()

    Generates the description.

    Declaration
    public string GenerateDescription()
    Returns
    Type Description
    string

    System.String.

    Implements

    ISharedAudioEffectX
    IVideoEditXAudioEffect