Function codec_utils_h266_get_tier

Source
pub fn codec_utils_h266_get_tier(
    ptl_record: &[u8],
) -> Result<GString, BoolError>
Expand description

Converts the tier indication (general_tier_flag) in the stream’s ptl_record structure into a string.

§ptl_record

Pointer to the VvcPTLRecord structure as defined in ISO/IEC 14496-15.

§Returns

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