MediaTimeRange MediaTimeRange MediaTimeRange MediaTimeRange Struct

Definition

Represents a time range within media content.

public : struct MediaTimeRangepublic struct MediaTimeRangePublic Structure MediaTimeRange// You can use this struct in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 Creators Update (introduced v10.0.15063.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v4)

Fields

End End End End

A time span from the beginning of the media content to the end of the time range.

public : field TimeSpan Endpublic field TimeSpan EndPublic Field End// You can use this field in JavaScript.

Start Start Start Start

A time span from the beginning of the media content to the beginning of the time range.

public : field TimeSpan Startpublic field TimeSpan StartPublic Field Start// You can use this field in JavaScript.