codec_utils_h265_get_tier


Description:

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

Converts the tier indication (general_tier_flag) in the stream's profile_tier_level structure into a string.

The profile_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 tier as a const string, or null if there is an error.


Namespace: Gst.PbUtils