다음을 통해 공유


VideoTrack.Label 속성

정의

비디오 트랙의 레이블을 가져오거나 설정합니다.

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

속성 값

String

Platform::String

winrt::hstring

비디오 트랙의 레이블입니다.

구현

적용 대상