Expand description
This mod is concerned with mp4 atoms and how to {de}serialize them.
Re-exports§
Modules§
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 anySelf::children. - Atom
Builder - Use builder syntax to set the inputs and finish with
build(). - Atom
Header - RawData
- Represents raw atom bytes.
Enums§
- Atom
Data - Represents data contained in an atom (other than children).