CodecSubtypes.VideoFormatHevc Property

Definition

Gets the string representation of the GUID for the High Efficiency Video Coding (HEVC) Main profile and Main Still Picture profile video subtype.

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

Property Value

String

Platform::String

winrt::hstring

The string representation of the GUID for the High Efficiency Video Coding (HEVC) Main profile and Main Still Picture profile video subtype.

Applies to