Class AudioTrackEffect
Audio base effect (applied to track).
Inherited Members
Namespace: VisioForge.Core.Types.VideoEdit
Assembly: VisioForge.Core.dll
Syntax
public class AudioTrackEffect
Constructors
AudioTrackEffect()
Initializes a new instance of the AudioTrackEffect class.
Declaration
public AudioTrackEffect()
Properties
Duration
Gets duration.
Declaration
public TimeSpan? Duration { get; }
Property Value
Type | Description |
---|---|
TimeSpan? |
StartTime
Gets or sets start time. Set to -1 start and stop time to apply to entire track.
Declaration
public TimeSpan? StartTime { get; set; }
Property Value
Type | Description |
---|---|
TimeSpan? |
StopTime
Gets or sets stop time. Set to -1 start and stop time to apply to entire track.
Declaration
public TimeSpan? StopTime { get; set; }
Property Value
Type | Description |
---|---|
TimeSpan? |