Crate mp4parse [] [src]

Structs

BoxHeader

Basic ISO box structure.

FileTypeBox

File type box 'ftyp'.

MovieHeaderBox

Movie header box 'mvhd'.

TrackHeaderBox

Functions

read_box

Read the contents of a box, including sub boxes. Right now it just prints the box value rather than returning anything.

read_box_from_buffer

Entry point for C language callers. Take a buffer and call read_box() on it.

read_box_header

Parse a box out of a data buffer.

read_ftyp

Parse an ftype box.

read_mvhd

Parse an mvhd box.

read_tkhd

Parse a tkhd box.

skip_box_content

Skip over the contents of a box.