CodecSubtypes.VideoFormatM4S2 Property

Definition

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

public:
 static property Platform::String ^ VideoFormatM4S2 { Platform::String ^ get(); };
static winrt::hstring VideoFormatM4S2();
public static string VideoFormatM4S2 { get; }
var string = CodecSubtypes.videoFormatM4S2;
Public Shared ReadOnly Property VideoFormatM4S2 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