caps
pub fn codec_utils_vp9_estimate_level_idc_from_caps(caps: &CapsRef) -> u8
Estimates the vp9 level as defined in https://www.webmproject.org/vp9/mp4/vp-codec-configuration-box, using the resolution and, if available, frame rate found in the structure passed in.
vp
a video/x-vp9 gst::Caps
gst::Caps
The estimated vp9 level indicator, and 0 if it could not be estimated.