CodecSubtypes.VideoFormatMpg1 Property

Definition

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

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

Property Value

String

Platform::String

winrt::hstring

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

Applies to