Share via


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

스트림을 식별하는 앱 정의 레이블입니다.

적용 대상