Skip to main content

read_nth_frame

Function read_nth_frame 

Source
pub fn read_nth_frame(
    path: &Path,
    index: usize,
) -> Result<ConFrame, Box<dyn Error>>
Expand description

Skip index frames (no atom parse), then parse the next one.

index == 0 is read_first_frame. Out of range is an error.