TimedMetadataEncodingProperties クラス

定義

時間指定メタデータ ストリームのエンコード プロパティについて説明します。 時間指定メタデータ ストリームは、オーディオとビデオのどちらでもないデータをエンコードするために使用されます。 たとえば、メディア ファイルには、ビデオ ストリームと、ビデオに関連付けられた GPS 座標を含む時間指定メタデータ ストリームが含まれている場合があります。

public ref class TimedMetadataEncodingProperties sealed : IMediaEncodingProperties
/// [Windows.Foundation.Metadata.Activatable(393216, "Windows.Foundation.UniversalApiContract")]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 393216)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class TimedMetadataEncodingProperties final : IMediaEncodingProperties
[Windows.Foundation.Metadata.Activatable(393216, "Windows.Foundation.UniversalApiContract")]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 393216)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class TimedMetadataEncodingProperties : IMediaEncodingProperties
function TimedMetadataEncodingProperties()
Public NotInheritable Class TimedMetadataEncodingProperties
Implements IMediaEncodingProperties
継承
Object Platform::Object IInspectable TimedMetadataEncodingProperties
属性
実装

Windows の要件

デバイス ファミリ
Windows 10, version 1803 (10.0.17134.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v6.0 で導入)

注釈

バージョン履歴

Windows のバージョン SDK バージョン 追加された値
2004 19041 CreatePgs
2004 19041 CreateSrt
2004 19041 CreateSsa
2004 19041 CreateVobSub

コンストラクター

TimedMetadataEncodingProperties()

TimedMetadataEncodingProperties クラスの新しいインスタンスを作成します。

プロパティ

Properties

時間指定メタデータ ストリームの追加の書式プロパティを取得します。

Subtype

型指定されたメタデータの形式サブタイプを指定する文字列を取得します。

Type

型指定されたメタデータの書式の種類を指定する文字列を取得します。

メソッド

Copy()

TimedMetadataEncodingProperties オブジェクトのコピーを作成します。

CreatePgs()

プレゼンテーション グラフィック ストリーム (PGS) 形式の TimedMetadataEncodingProperties のインスタンスを作成します。

CreateSrt()

SubRip Text (SRT) 形式の TimedMetadataEncodingProperties のインスタンスを作成します。

CreateSsa(Byte[])

SubStation Alpha Text (SSA) 形式の TimedMetadataEncodingProperties のインスタンスを作成します。

CreateVobSub(Byte[])

VobSub 形式の TimedMetadataEncodingProperties のインスタンスを作成します。

GetFormatUserData(Byte[])

形式の種類に固有のメタデータ エンコードに関する情報を取得します。

SetFormatUserData(Byte[])

形式の種類に固有のメタデータ エンコードに関する情報を設定します。

適用対象