CodecSubtypes.VideoFormatH265 属性

定义

获取 H.265 视频子类型的 GUID 的字符串表示形式。

public:
 static property Platform::String ^ VideoFormatH265 { Platform::String ^ get(); };
static winrt::hstring VideoFormatH265();
public static string VideoFormatH265 { get; }
var string = CodecSubtypes.videoFormatH265;
Public Shared ReadOnly Property VideoFormatH265 As String

属性值

String

Platform::String

winrt::hstring

H.265 视频子类型的 GUID 的字符串表示形式。

适用于