CodecSubtypes.VideoFormatH263 属性

定义

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

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

属性值

String

Platform::String

winrt::hstring

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

适用于