CodecSubtypes.VideoFormatHevcES Property

Definition

Gets the string representation of the GUID for the High Efficiency Video Coding Elementary Stream (HEVC-ES) profile video subtype.

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

Property Value

String

Platform::String

winrt::hstring

The string representation of the GUID for the High Efficiency Video Coding Elementary Stream (HEVC-ES) profile video subtype.

Applies to