# Functions
NewWith returns a new IVF reader and IVF file header with an io.Reader input.
# Structs
IVFFileHeader 32-byte header for IVF files https://wiki.multimedia.cx/index.php/IVF.
IVFFrameHeader 12-byte header for IVF frames https://wiki.multimedia.cx/index.php/IVF.
IVFReader is used to read IVF files and return frame payloads.