Table of Contents

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 FileSegment

Inheritance

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

startTime TimeSpan?

Start time. Set to null start and stop time to add the full file.

stopTime TimeSpan?

Stop time. Set to null start and stop time to add the full file.

Properties

Duration

Gets duration.

public TimeSpan? Duration { get; }

Property Value

TimeSpan?

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

TimeSpan?

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

TimeSpan?

Methods

ToString()

Returns a String that represents this instance.

public override string ToString()

Returns

string

A String that represents this instance.