VideoTimeline(TimeSpan, TimeSpan, ISetInt32) Constructor

Initializes a new instance of the VideoTimeline class.

Definition

Namespace: DevCase.Core.Media.Video
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public VideoTimeline(
	TimeSpan beginTime,
	TimeSpan endTime,
	ISet<int> frameNumbers
)

Parameters

beginTime  TimeSpan
The time at which this VideoTimeline begins.
endTime  TimeSpan
The time at which this VideoTimeline ends.
frameNumbers  ISetInt32
The video frame numbers this VideoTimeline takes.

See Also