Table of Contents

Class Sound3DAudioEffect

Namespace
VisioForge.Core.Types.X.AudioEffects
Assembly
VisioForge.Core.dll

Sound3D audio effect. Implements the VisioForge.Core.Types.X.AudioEffects.BaseAudioEffect.

public class Sound3DAudioEffect : BaseAudioEffect, ISharedAudioEffectX

Inheritance

Implements

Inherited Members

Constructors

Sound3DAudioEffect(uint)

Initializes a new instance of the VisioForge.Core.Types.X.AudioEffects.Sound3DAudioEffect class.

public Sound3DAudioEffect(uint value)

Parameters

value uint

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.

public uint Value { get; set; }

Property Value

uint

See Also