AudioStreamDescriptor.Label プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
複数のストリームを含む 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
プロパティ値
オーディオ ストリームを識別するアプリ定義ラベル
実装
Windows の要件
デバイス ファミリ |
Windows 10 Fall Creators Update (10.0.16299.0 で導入)
|
API contract |
Windows.Foundation.UniversalApiContract (v5.0 で導入)
|
注釈
1 つの MediaEncodingProfile 内の各ストリームのラベルは一意である必要があります。 SetAudioTracks を呼び出して、重複するラベルを含むストリーム記述子を追加すると、無効な引数エラーが発生します。