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