[ 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.
profile_tier_level |
Pointer to the profile_tier_level for the stream |
len |
Length of the data available in |
The level as a const string, or |