共用方式為


IMediaMarker 介面

定義

表示媒體資料流程時間行中特定位置的標記。

public interface class IMediaMarker
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(402906872, 56485, 19311, 156, 32, 227, 211, 192, 100, 54, 37)]
struct IMediaMarker
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(402906872, 56485, 19311, 156, 32, 227, 211, 192, 100, 54, 37)]
public interface IMediaMarker
Public Interface IMediaMarker
屬性

Windows 需求

裝置系列
Windows 10 (已於 10.0.10240.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v1.0 引進)

屬性

MediaMarkerType

取得媒體標記的類型。

Text

取得與標記相關聯的文字。

Time

取得發生標記之媒體時間行中的位移。

適用於