CodecSubtypes.VideoFormatH264 Property

Definition

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

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

Property Value

String

Platform::String

winrt::hstring

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

Applies to