共用方式為


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 的字串表示,或是下表所列其中一個預先定義的值。

描述
「ARGB32」RGB,32 bpp 搭配 Alpha 色板。
「BGRA8」BGRA,32 bpp 搭配 Alpha 色板。
「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,24 bpp
「RGB32」RGB,32 bpp
「WMV3」Windows Media Video 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.SubtypeContainerEncodingProperties.SubtypeImageEncodingProperties.Subtype相同的字母大小寫。 因此,如果您比較值,您應該使用不區分大小寫的比較,或使用符合編碼屬性所傳回大小寫的硬式編碼字串。

適用於