Share via


PlaybackMediaMarker Constructors

Definition

Overloads

PlaybackMediaMarker(TimeSpan)

Initializes a new instance of the PlaybackMediaMarker class with the specified offset into the media timeline.

PlaybackMediaMarker(TimeSpan, String, String)

Initializes a new instance of the PlaybackMediaMarker class with the specified offset into the media timeline, type string, and text.

PlaybackMediaMarker(TimeSpan)

Initializes a new instance of the PlaybackMediaMarker class with the specified offset into the media timeline.

public:
 PlaybackMediaMarker(TimeSpan value);
 PlaybackMediaMarker(TimeSpan const& value);
public PlaybackMediaMarker(System.TimeSpan value);
function PlaybackMediaMarker(value)
Public Sub New (value As TimeSpan)

Parameters

value
TimeSpan TimeSpan

The media marker's offset into the media timeline.

See also

Applies to

PlaybackMediaMarker(TimeSpan, String, String)

Initializes a new instance of the PlaybackMediaMarker class with the specified offset into the media timeline, type string, and text.

public:
 PlaybackMediaMarker(TimeSpan value, Platform::String ^ mediaMarketType, Platform::String ^ text);
 PlaybackMediaMarker(TimeSpan const& value, winrt::hstring const& mediaMarketType, winrt::hstring const& text);
public PlaybackMediaMarker(System.TimeSpan value, string mediaMarketType, string text);
function PlaybackMediaMarker(value, mediaMarketType, text)
Public Sub New (value As TimeSpan, mediaMarketType As String, text As String)

Parameters

value
TimeSpan TimeSpan

The media marker's offset into the media timeline.

mediaMarketType
String

Platform::String

winrt::hstring

The type of the media marker.

text
String

Platform::String

winrt::hstring

The text of the media marker.

See also

Applies to