Function codec_utils_h266_get_level

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

Converts the level indication (general_level_idc) 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 level as a const string, or None if there is an error.