IMediaMarker
IMediaMarker
IMediaMarker
IMediaMarker
Interface
Definition
Represents a marker at specific location in a media stream time-line.
public : interface IMediaMarkerpublic interface IMediaMarkerPublic Interface IMediaMarker// You can use this interface in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Properties
MediaMarkerType MediaMarkerType MediaMarkerType MediaMarkerType
Gets the type of the media marker.
public : PlatForm::String MediaMarkerType { get; }public string MediaMarkerType { get; }Public ReadOnly Property MediaMarkerType As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
The marker type.
Text Text Text Text
Gets the text associated with the marker.
public : PlatForm::String Text { get; }public string Text { get; }Public ReadOnly Property Text As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
The text associated with the marker.
Time Time Time Time
Gets the offset in the media time-line that the marker occurs.
public : TimeSpan Time { get; }public TimeSpan Time { get; }Public ReadOnly Property Time As TimeSpan// You can use this property in JavaScript.
- Value
- TimeSpan TimeSpan TimeSpan TimeSpan
The offset in the media time-line that the marker occurs.