VisioForge (c) 2025

Search Results for

    Class TrueBassAudioEffect

    Class TrueBass. Implements the BaseAudioEffect.

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

    Constructors

    TrueBassAudioEffect(int, ushort)

    Initializes a new instance of the TrueBassAudioEffect class.

    Declaration
    public TrueBassAudioEffect(int frequency, ushort volume)
    Parameters
    Type Name Description
    int frequency

    Specifies the frequency range that will be used to amplify. Range is 0 to frequency.

    ushort volume

    Sets the amplification for a channel. Default value is 0, which means that no amplification occurs. The value shouldn't go over 10000. If separate is True, then every channel will be amplified by its own channel amplification value. If separate is False, then every channel is amplified with the value of channel 0.

    Properties

    Frequency

    Gets or sets frequency.

    Declaration
    public int Frequency { get; set; }
    Property Value
    Type Description
    int

    The frequency.

    Volume

    Gets or sets the volume.

    Declaration
    public ushort Volume { get; set; }
    Property Value
    Type Description
    ushort

    The volume.

    Implements

    ISharedAudioEffectX

    See Also

    BaseAudioEffect