Class AudioVolumeEnvelopeEffect
Audio volume envelope effect (applied to track).
Inherited Members
Namespace: VisioForge.Core.Types.VideoEdit
Assembly: VisioForge.Core.dll
Syntax
public class AudioVolumeEnvelopeEffect : AudioTrackEffect
Constructors
AudioVolumeEnvelopeEffect(int)
Initializes a new instance of the AudioVolumeEnvelopeEffect class.
Declaration
public AudioVolumeEnvelopeEffect(int level)
Parameters
Type | Name | Description |
---|---|---|
int | level | Level (in percents), range is [0-100]. |
Properties
Level
Gets or sets level (in percents), range is [0-100].
Declaration
public int Level { get; set; }
Property Value
Type | Description |
---|---|
int |