Function codec_utils_vp9_get_level_idc
Source pub fn codec_utils_vp9_get_level_idc(level: &str) -> u8
Expand description
Transform a level string from the caps into the level_idc
§level
A vp9 level string from caps
§Returns
The level indication or 0 if the level is unknown.