Function codec_utils_vp9_get_level
Source pub fn codec_utils_vp9_get_level(level_idc: u8) -> Option<GString>
Expand description
Converts the level indication in the vpcC record into a string.
§level_idc
vp9 level value from the vpcC record
§Returns
The level as a const string and None if the level could not be
determined.