次の方法で共有


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

マーカーが発生するメディアのタイム ラインのオフセットを取得します。

適用対象