Crate mp4parse [] [src]

Module for parsing ISO Base Media Format aka video/mp4 streams.

Reexports

pub use capi::*;

Modules

capi

C API for mp4parse module.

Structs

BoxHeader

Basic ISO box structure.

FourCC

Four-byte 'character code' describing the type of a piece of data.

MediaContext

Internal data structures.

Enums

Error

Describes parser failures.

Functions

read_box_header

Read and parse a box header.

read_mp4

Read the contents of a box, including sub boxes.

Type Definitions

Result

Result shorthand using our Error enum.