CodecSubtypes.VideoFormatMP4V Property

Definition

Gets the string representation of the GUID for the MPEG-4 part 2 video subtype.

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

Property Value

String

Platform::String

winrt::hstring

The string representation of the GUID for the MPEG-4 part 2 video subtype.

Applies to