共用方式為


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

屬性值

String

Platform::String

winrt::hstring

可識別資料流程的應用程式定義標籤。

適用於