Skip to main content

parse_rdc_frame_capture_chunks

Function parse_rdc_frame_capture_chunks 

Source
pub fn parse_rdc_frame_capture_chunks<R: Read + Seek + 'static>(
    reader: R,
) -> Result<RdcFrameCaptureChunks>
Expand description

Seeks to the FrameCapture section in an .rdc reader and returns a chunk iterator. The reader must be positioned at the start of the file.