VisioForge (c) 2025

Search Results for

    Class AmplifyAudioEffect

    Amplify audio effect. Implements the BaseAudioEffect.

    Inheritance
    object
    BaseAudioEffect
    AmplifyAudioEffect
    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 AmplifyAudioEffect : BaseAudioEffect, ISharedAudioEffectX, IVideoEditXAudioEffect

    Constructors

    AmplifyAudioEffect(double)

    Initializes a new instance of the AmplifyAudioEffect class.

    Declaration
    public AmplifyAudioEffect(double level)
    Parameters
    Type Name Description
    double level

    Level. Range is 1.0 - 10.0.

    Properties

    ClippingMethod

    Gets or sets the clipping method.

    Declaration
    public AmplifyClippingMethod ClippingMethod { get; set; }
    Property Value
    Type Description
    AmplifyClippingMethod

    The clipping method.

    Level

    Gets or sets the level.

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

    The level.

    Methods

    GenerateDescription()

    Generates the description.

    Declaration
    public string GenerateDescription()
    Returns
    Type Description
    string

    System.String.

    Exceptions
    Type Condition
    NotImplementedException

    Implements

    ISharedAudioEffectX
    IVideoEditXAudioEffect

    See Also

    BaseAudioEffect