Class FadeAudioEffect
Fade audio effect. Implements the BaseAudioEffect.
Implements
Inherited Members
Namespace: VisioForge.Core.Types.X.AudioEffects
Assembly: VisioForge.Core.dll
Syntax
public class FadeAudioEffect : BaseAudioEffect, ISharedAudioEffectX
Constructors
FadeAudioEffect(uint, uint, TimeSpan, TimeSpan)
Initializes a new instance of the FadeAudioEffect class.
Declaration
public FadeAudioEffect(uint startVolume, uint stopVolume, TimeSpan startTime, TimeSpan stopTime)
Parameters
Type | Name | Description |
---|---|---|
uint | startVolume | Start volume. |
uint | stopVolume | Stop volume. |
TimeSpan | startTime | Start time. |
TimeSpan | stopTime | Stop time. |
Properties
StartTime
Gets or sets start time.
Declaration
public TimeSpan StartTime { get; set; }
Property Value
Type | Description |
---|---|
TimeSpan | The start time. |
StartVolume
Gets or sets start volume.
Declaration
public uint StartVolume { get; set; }
Property Value
Type | Description |
---|---|
uint | The start volume. |
StopTime
Gets or sets stop time.
Declaration
public TimeSpan StopTime { get; set; }
Property Value
Type | Description |
---|---|
TimeSpan | The stop time. |
StopVolume
Gets or sets stop volume.
Declaration
public uint StopVolume { get; set; }
Property Value
Type | Description |
---|---|
uint | The stop volume. |