次の方法で共有


AudioStreamDescriptor.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 = audioStreamDescriptor.label;
audioStreamDescriptor.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 内の各ストリームのラベルは一意である必要があります。 SetAudioTracks を呼び出して、重複するラベルを含むストリーム記述子を追加すると、無効な引数エラーが発生します。

適用対象