Class AudioTransition
- Namespace
- VisioForge.Core.Types.X.VideoEdit
- Assembly
- VisioForge.Core.dll
Audio crossfade transition.
public class AudioTransitionInheritance
Inherited Members
Constructors
AudioTransition(TimeSpan, TimeSpan)
Initializes a new instance of the VisioForge.Core.Types.X.VideoEdit.AudioTransition class.
public AudioTransition(TimeSpan startTime, TimeSpan stopTime)Parameters
Properties
StartTime
Gets or sets the start time.
public TimeSpan StartTime { get; set; }Property Value
StopTime
Gets or sets the stop time.
public TimeSpan StopTime { get; set; }Property Value
Methods
ToString()
Returns a String that represents this instance.
public override string ToString()