PlaybackMediaMarker Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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
- mediaMarketType
-
String
Platform::String
winrt::hstring
The type of the media marker.
- text
-
String
Platform::String
winrt::hstring
The text of the media marker.