CodecSubtypes.VideoFormatH264 属性

定义

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

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

属性值

String

Platform::String

winrt::hstring

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

适用于