pub fn codec_utils_h265_get_tier(
    profile_tier_level: &[u8]
) -> Result<GString, BoolError>
Expand description

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 codec_utils_h264_get_profile().

§profile_tier_level

Pointer to the profile_tier_level for the stream.

§Returns

The tier as a const string, or None if there is an error.