Class ReverberationAudioEffect
Reverberation audio effect. Implements the BaseAudioEffect.
Inherited Members
Namespace: VisioForge.Core.Types.X.AudioEffects
Assembly: VisioForge.Core.dll
Syntax
public class ReverberationAudioEffect : BaseAudioEffect, ISharedAudioEffectX, IVideoEditXAudioEffect
Constructors
ReverberationAudioEffect()
Initializes a new instance of the ReverberationAudioEffect class.
Declaration
public ReverberationAudioEffect()
Properties
Damping
Gets or sets the damping of high frequencies.
Declaration
public float Damping { get; set; }
Property Value
Type | Description |
---|---|
float |
Level
Gets or sets the dry/wet level.
Declaration
public float Level { get; set; }
Property Value
Type | Description |
---|---|
float |
RoomSize
Gets or sets the size of the simulated room.
Declaration
public float RoomSize { get; set; }
Property Value
Type | Description |
---|---|
float |
Width
Gets or sets the stereo panorama width.
Declaration
public float Width { get; set; }
Property Value
Type | Description |
---|---|
float |
Methods
GenerateDescription()
Generates the description.
Declaration
public string GenerateDescription()
Returns
Type | Description |
---|---|
string | System.String. |