Class VolumeAudioEffect
Volume audio effect. Implements the BaseAudioEffect.
Inherited Members
Namespace: VisioForge.Core.Types.X.AudioEffects
Assembly: VisioForge.Core.dll
Syntax
public class VolumeAudioEffect : BaseAudioEffect, ISharedAudioEffectX, IVideoEditXAudioEffect
Constructors
VolumeAudioEffect(double)
Initializes a new instance of the VolumeAudioEffect class.
Declaration
public VolumeAudioEffect(double level)
Parameters
Type | Name | Description |
---|---|---|
double | level | The level. |
Properties
Level
Gets or sets the level.
Declaration
public double Level { get; set; }
Property Value
Type | Description |
---|---|
double | The level. |
Mute
Gets or sets a value indicating whether this VolumeAudioEffect is mute.
Declaration
public bool Mute { get; set; }
Property Value
Type | Description |
---|---|
bool |
|
Methods
GenerateDescription()
Generates the description.
Declaration
public string GenerateDescription()
Returns
Type | Description |
---|---|
string | System.String. |