Function ffmpeg_next::format::input_with_interrupt

source ยท
pub fn input_with_interrupt<P: AsRef<Path> + ?Sized, F>(
    path: &P,
    closure: F
) -> Result<Input, Error>
where F: FnMut() -> bool,