Crate mp4parse [] [src]

Structs

BoxHeader

Basic ISO box structure.

FileTypeBox

File type box 'ftyp'.

MovieHeaderBox

Movie header box 'mvhd'.

TrackHeaderBox

Functions

fourcc_to_string

Convert the iso box type or other 4-character value to a string.

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_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.