Skip to main content

Module atom

Module atom 

Source
Expand description

This mod is concerned with mp4 atoms and how to {de}serialize them.

Re-exports§

pub use self::container::*;
pub use self::fourcc::*;
pub use self::leaf::*;

Modules§

container
Atoms with children.
fourcc
iter
leaf
Atoms without children.

Structs§

Atom
Represents a tree of mp4 atoms. Container atoms usually don’t have Self::data (except for e.g. meta), and leaf atoms don’t have any Self::children.
AtomBuilder
Use builder syntax to set the inputs and finish with build().
AtomHeader
RawData
Represents raw atom bytes.

Enums§

AtomData
Represents data contained in an atom (other than children).