VisioForge (c) 2025

Search Results for

    Class Sound3DAudioEffect

    Sound3D audio effect. Implements the BaseAudioEffect.

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

    Constructors

    Sound3DAudioEffect(uint)

    Initializes a new instance of the Sound3DAudioEffect class.

    Declaration
    public Sound3DAudioEffect(uint value)
    Parameters
    Type Name Description
    uint value

    3D amplification value. 1-20000.

    Properties

    Value

    Gets or sets the 3D amplification value. A value of 1000 is the same as disabling the filter. Values smaller then 1000 is the same as doing a downmix (mono) of the 2 channels. Values higher then 10000 will distort the sound.

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

    The value.

    Implements

    ISharedAudioEffectX

    See Also

    BaseAudioEffect