Class CompressorExpanderAudioEffect
Compressor / expander effect.
Inherited Members
Namespace: VisioForge.Core.Types.X.AudioEffects
Assembly: VisioForge.Core.dll
Syntax
public class CompressorExpanderAudioEffect : BaseAudioEffect, ISharedAudioEffectX, IVideoEditXAudioEffect
Constructors
CompressorExpanderAudioEffect()
Initializes a new instance of the CompressorExpanderAudioEffect class.
Declaration
public CompressorExpanderAudioEffect()
Properties
Characteristics
Gets or sets the characteristics.
Declaration
public AudioDynamicCharacteristics Characteristics { get; set; }
Property Value
| Type | Description |
|---|---|
| AudioDynamicCharacteristics | The characteristics. |
Mode
Gets or sets the mode.
Declaration
public AudioCompressorMode Mode { get; set; }
Property Value
| Type | Description |
|---|---|
| AudioCompressorMode | The mode. |
Ratio
Gets or sets the ratio that should be applied.
Declaration
public double Ratio { get; set; }
Property Value
| Type | Description |
|---|---|
| double | The ratio. |
Threshold
Gets or sets the threshold until the filter is activated. [0.0..1.0], 0 by default.
Declaration
public double Threshold { get; set; }
Property Value
| Type | Description |
|---|---|
| double | The threshold. |
Methods
GenerateDescription()
Generates the description.
Declaration
public string GenerateDescription()
Returns
| Type | Description |
|---|---|
| string | System.String. |