VisioForge (c) 2025

Search Results for

    Class BalanceAudioEffect

    Balance audio effect. Implements the BaseAudioEffect.

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

    Constructors

    BalanceAudioEffect(double)

    Initializes a new instance of the BalanceAudioEffect class.

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

    Level. Range is [-1.0..1.0]. (Left to right).

    Properties

    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.

    Implements

    ISharedAudioEffectX
    IVideoEditXAudioEffect

    See Also

    BaseAudioEffect