CodecSubtypes.VideoFormatVP80 Property

Definition

Gets the string representation of the GUID for the VP8 video subtype.

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

Property Value

String

Platform::String

winrt::hstring

The string representation of the GUID for the VP8 video subtype.

Applies to