Function gstreamer_pbutils::functions::codec_utils_h265_get_level
source · pub fn codec_utils_h265_get_level(
profile_tier_level: &[u8],
) -> Result<GString, BoolError>
Expand description
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 codec_utils_h264_get_profile()
.
§profile_tier_level
Pointer to the profile_tier_level for the stream
§Returns
The level as a const string, or None
if there is an error.