共用方式為


PlaybackMediaMarker 建構函式

定義

多載

PlaybackMediaMarker(TimeSpan)

使用指定的位移,初始化 PlaybackMediaMarker 類別的新實例到媒體時間軸。

PlaybackMediaMarker(TimeSpan, String, String)

使用指定的位移,初始化 PlaybackMediaMarker 類別的新實例,並輸入字串和文字。

PlaybackMediaMarker(TimeSpan)

使用指定的位移,初始化 PlaybackMediaMarker 類別的新實例到媒體時間軸。

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

參數

value
TimeSpan TimeSpan

媒體標記的媒體時間軸位移。

另請參閱

適用於

PlaybackMediaMarker(TimeSpan, String, String)

使用指定的位移,初始化 PlaybackMediaMarker 類別的新實例,並輸入字串和文字。

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)

參數

value
TimeSpan TimeSpan

媒體標記的媒體時間軸位移。

mediaMarketType
String

Platform::String

winrt::hstring

媒體標記的類型。

text
String

Platform::String

winrt::hstring

媒體標記的文字。

另請參閱

適用於