Class Sound3DAudioEffect
Sound3D audio effect. Implements the BaseAudioEffect.
Implements
Inherited Members
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. |