Skip to main content

read_video_frame

Function read_video_frame 

Source
pub fn read_video_frame<R: Read, T: Pixel>(
    dec: &mut Decoder<R>,
    cfg: &VideoDetails,
) -> Result<Frame<T>>