CodecSubtypes.VideoFormatMpeg2 Property

Definition

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

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

Property Value

String

Platform::String

winrt::hstring

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

Applies to