次の方法で共有


TimedMetadataStreamDescriptor.Label プロパティ

定義

複数のストリームを含む MediaEncodingProfile 内の時間指定メタデータ ストリームを識別するアプリ定義ラベルを取得または設定します。

public:
 property Platform::String ^ Label { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring Label();

void Label(winrt::hstring value);
public string Label { get; set; }
var string = timedMetadataStreamDescriptor.label;
timedMetadataStreamDescriptor.label = string;
Public Property Label As String

プロパティ値

String

Platform::String

winrt::hstring

時間指定されたメタデータ ストリームを識別するアプリ定義のラベル。

実装

注釈

1 つの MediaEncodingProfile 内の各ストリームのラベルは一意である必要があります。 重複するラベルを含むストリーム記述子を追加するために SetTimedMetadataTracks を呼び出すと、無効な引数エラーが発生します。

適用対象