CodecSubtypes.VideoFormatH264ES Property

Definition

Gets the string representation of the GUID for the H.264 elementary stream video subtype.

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

Property Value

String

Platform::String

winrt::hstring

The string representation of the GUID for the H.264 elementary stream video subtype.

Applies to