VideoEncodingProperties.Subtype 속성

정의

형식의 하위 형식을 가져오거나 설정합니다.

public:
 property Platform::String ^ Subtype { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring Subtype();

void Subtype(winrt::hstring value);
public string Subtype { get; set; }
var string = videoEncodingProperties.subtype;
videoEncodingProperties.subtype = string;
Public Property Subtype As String

속성 값

String

Platform::String

winrt::hstring

하위 형식입니다.

구현

설명

값은 정식 형식의 GUID 문자열 표현이거나 다음 표에 나열된 미리 정의된 값 중 하나일 수 있습니다.

Description
"ARGB32"RGB, 알파 채널이 있는 32bpp.
"BGRA8"BGRA, 알파 채널이 있는 32bpp.
"D16"16비트 z 버퍼 깊이
"H263"H.263 비디오
"H264"H.264 비디오
"H264ES"H.264 기본 스트림
"HEVC"HEVC 비디오
"HEVCES"HEVT 기본 스트림
"IYUV"YUV 8 bpp 4:2:0
"L8"8비트 광도만.
"L16"16비트 광도만.
"MJPG"동작 jpeg
"NV12"YUV 8 bpp 4:2:0
"MPEG1"MPEG-1 비디오
"MPEG2"MPEG-2 비디오
"RGB24"RGB, 24bpp
"RGB32"RGB, 32 bpp
"WMV3"Windows Media 비디오 9 코덱
"WVC1"SMPTE 421M("VC-1") 코덱
"VP9"VP9 비디오
"YUY2"YUV 8 bpp 4:2:2
"YV12"YUV 8 bpp 4:2:0

경고

MediaEncodingSubtypes 속성에서 반환하는 문자열 값은 AudioEncodingProperties.Subtype, VideoEncodingProperties.Subtype, ContainerEncodingProperties.SubtypeImageEncodingProperties.Subtype과 동일한 문자 대/소문자를 사용할 수 없습니다. 이러한 이유로 값을 비교하는 경우 대/소문자를 구분하지 않는 비교를 사용하거나 인코딩 속성에서 반환된 대/소문자 구분과 일치하는 하드 코드된 문자열을 사용해야 합니다.

적용 대상