Class AmplifyAudioEffect
Amplify audio effect. Implements the BaseAudioEffect.
Inherited Members
Namespace: VisioForge.Core.Types.X.AudioEffects
Assembly: VisioForge.Core.dll
Syntax
public class AmplifyAudioEffect : BaseAudioEffect, ISharedAudioEffectX, IVideoEditXAudioEffect
Constructors
AmplifyAudioEffect(double)
Initializes a new instance of the AmplifyAudioEffect class.
Declaration
public AmplifyAudioEffect(double level)
Parameters
| Type | Name | Description |
|---|---|---|
| double | level | Level. Range is 1.0 - 10.0. |
Properties
ClippingMethod
Gets or sets the clipping method.
Declaration
public AmplifyClippingMethod ClippingMethod { get; set; }
Property Value
| Type | Description |
|---|---|
| AmplifyClippingMethod | The clipping method. |
Level
Gets or sets the level.
Declaration
public double Level { get; set; }
Property Value
| Type | Description |
|---|---|
| double | The level. |
Methods
GenerateDescription()
Generates the description.
Declaration
public string GenerateDescription()
Returns
| Type | Description |
|---|---|
| string | System.String. |
Exceptions
| Type | Condition |
|---|---|
| NotImplementedException |