Versions in this module Expand all Collapse all v3 v3.0.1 Oct 29, 2020 Changes in this version + func NewWith(in io.Reader) (*IVFReader, *IVFFileHeader, error) + type IVFFileHeader struct + FourCC string + Height uint16 + NumFrames uint32 + TimebaseDenominator uint32 + TimebaseNumerator uint32 + Width uint16 + type IVFFrameHeader struct + FrameSize uint32 + Timestamp uint64 + type IVFReader struct + func (i *IVFReader) ParseNextFrame() ([]byte, *IVFFrameHeader, error) + func (i *IVFReader) ResetReader(reset func(bytesRead int64) io.Reader)