CodecSubtypes.VideoFormatMP43 Property

Definition

Gets the string representation of the GUID for the Microsoft MPEG 4 codec version 3 video subtype.

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

Property Value

String

Platform::String

winrt::hstring

The string representation of the GUID for the Microsoft MPEG 4 codec version 3 video subtype.

Applies to