PlaybackMediaMarker 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
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)
參數
另請參閱
適用於
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)
參數
- mediaMarketType
-
String
Platform::String
winrt::hstring
媒體標記的類型。
- text
-
String
Platform::String
winrt::hstring
媒體標記的文字。