Class EchoAudioEffect
Echo audio effect.
Inherited Members
Namespace: VisioForge.Core.Types.X.AudioEffects
Assembly: VisioForge.Core.dll
Syntax
public class EchoAudioEffect : BaseAudioEffect, ISharedAudioEffectX, IVideoEditXAudioEffect
Constructors
EchoAudioEffect(TimeSpan)
Initializes a new instance of the EchoAudioEffect class.
Declaration
public EchoAudioEffect(TimeSpan delay)
Parameters
Type | Name | Description |
---|---|---|
TimeSpan | delay | Echo delay. |
Properties
Delay
Gets or sets the delay.
Declaration
public TimeSpan Delay { get; set; }
Property Value
Type | Description |
---|---|
TimeSpan | The delay. |
Feedback
Gets or sets the feedback. Range is [0.0..1.0].
Declaration
public float Feedback { get; set; }
Property Value
Type | Description |
---|---|
float | The feedback. |
Intensity
Gets or sets the feedback. Range is [0.0..1.0].
Declaration
public float Intensity { get; set; }
Property Value
Type | Description |
---|---|
float | The intensity. |
MaxDelay
Gets or sets the maximal delay. Must be same or bigger than delay. Can be changed only in Pause or Stop state.
Declaration
public TimeSpan MaxDelay { get; set; }
Property Value
Type | Description |
---|---|
TimeSpan | The maximum delay. |
Methods
GenerateDescription()
Generates the description.
Declaration
public string GenerateDescription()
Returns
Type | Description |
---|---|
string | System.String. |