Function codec_utils_h266_get_profile

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

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