Share via


VideoFrame.Type 속성

정의

비디오 프레임에 포함된 비디오 데이터의 형식을 나타내는 문자열을 가져옵니다.

public:
 property Platform::String ^ Type { Platform::String ^ get(); };
winrt::hstring Type();
public string Type { get; }
var string = videoFrame.type;
Public ReadOnly Property Type As String

속성 값

String

Platform::String

winrt::hstring

비디오 프레임에 포함된 비디오 데이터의 형식을 나타내는 문자열입니다.

구현

적용 대상