pub fn find_closest_resolution(
    frame_formats: &[FrameFormat],
    desired_width: u32,
    desired_height: u32
) -> (u32, u32)
Expand description

Parses a slice of valid frame formats and the desired resolution and returns the closest available resolution.