Class FileSegment
- Namespace
- VisioForge.Core.Types.X.VideoEdit
- Assembly
- VisioForge.Core.dll
File segment for video or audio stream, contains start and stop time.
public class FileSegmentInheritance
Inherited Members
Constructors
FileSegment(TimeSpan?, TimeSpan?)
Initializes a new instance of the VisioForge.Core.Types.X.VideoEdit.FileSegment class.
public FileSegment(TimeSpan? startTime, TimeSpan? stopTime)Parameters
startTimeTimeSpan?-
Start time. Set to null start and stop time to add the full file.
stopTimeTimeSpan?-
Stop time. Set to null start and stop time to add the full file.
Properties
Duration
Gets duration.
public TimeSpan? Duration { get; }Property Value
StartTime
Gets or sets start time. Set to null start and stop time to add the full file.
public TimeSpan? StartTime { get; set; }Property Value
StopTime
Gets or sets stop time. Set to null start and stop time to add the full file.
public TimeSpan? StopTime { get; set; }Property Value
Methods
ToString()
Returns a String that represents this instance.
public override string ToString()