Versions in this module Expand all Collapse all v0 v0.1.1 Oct 23, 2024 v0.1.0 Oct 11, 2024 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)