VisioForge (c) 2025

Search Results for

    Class NotchAudioEffect

    Notch audio effect. Implements the BaseAudioEffect.

    Inheritance
    object
    BaseAudioEffect
    NotchAudioEffect
    Implements
    ISharedAudioEffectX
    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 NotchAudioEffect : BaseAudioEffect, ISharedAudioEffectX

    Constructors

    NotchAudioEffect(uint)

    Initializes a new instance of the NotchAudioEffect class.

    Declaration
    public NotchAudioEffect(uint cutOff)
    Parameters
    Type Name Description
    uint cutOff

    Specifies the cutoff frequency for a specific channel at which the cutoff will have it's maximum amplification.

    Properties

    CutOff

    Gets or sets the cutoff frequency for a specific channel at which the cutoff will have it's maximum amplification.

    Declaration
    public uint CutOff { get; set; }
    Property Value
    Type Description
    uint

    The cut off.

    Implements

    ISharedAudioEffectX

    See Also

    BaseAudioEffect