CodecSubtypes.VideoFormatVP80 属性

定义

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

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

属性值

String

Platform::String

winrt::hstring

VP8 视频子类型的 GUID 的字符串表示形式。

适用于