codec_utils_h265_get_level


Description:

[ CCode ( cname = "gst_codec_utils_h265_get_level" ) ]
[ Version ( since = "1.4" ) ]
public unowned string? codec_utils_h265_get_level (uint8[] profile_tier_level)

Converts the level indication (general_level_idc) in the stream's profile_tier_level structure into a string.

The profiel_tier_level is expected to have the same format as for get_profile.

Parameters:

profile_tier_level

Pointer to the profile_tier_level for the stream

len

Length of the data available in profile_tier_level.

Returns:

The level as a const string, or null if there is an error.


Namespace: Gst.PbUtils