CodecSubtypes.VideoFormatMjpg Property

Definition

Gets the string representation of the GUID for the Motion JPEG video subtype.

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

Property Value

String

Platform::String

winrt::hstring

The string representation of the GUID for the Motion JPEG video subtype.

Applies to