次の方法で共有


VideoStreamDescriptor.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 = videoStreamDescriptor.label;
videoStreamDescriptor.label = string;
Public Property Label As String

プロパティ値

String

Platform::String

winrt::hstring

ビデオ ストリームを識別するアプリ定義ラベル。

実装

Windows の要件

デバイス ファミリ
Windows 10 Fall Creators Update (10.0.16299.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v5.0 で導入)

注釈

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

MediaFrameSourceGroup を使用して複数のビデオ ストリームを一度にキャプチャする場合、キャプチャ デバイスと approproate ストリーム記述子を照合するために、システムは各 VideoStreamDescriptorLabel プロパティをグループ内の各 MediaFrameSourceInfoId プロパティと照合しようとします。

適用対象