#include <Ap4MoovAtom.h>
Inheritance diagram for AP4_MoovAtom:
Public Member Functions | |
AP4_MoovAtom () | |
AP4_List< AP4_TrakAtom > & | GetTrakAtoms () |
AP4_UI32 | GetTimeScale () |
void | OnChildAdded (AP4_Atom *atom) |
void | OnChildRemoved (AP4_Atom *atom) |
Static Public Member Functions | |
static AP4_MoovAtom * | Create (AP4_Size size, AP4_ByteStream &stream, AP4_AtomFactory &atom_factory) |
Definition at line 47 of file Ap4MoovAtom.h.
AP4_MoovAtom::AP4_MoovAtom | ( | ) |
Referenced by Create().
static AP4_MoovAtom* AP4_MoovAtom::Create | ( | AP4_Size | size, | |
AP4_ByteStream & | stream, | |||
AP4_AtomFactory & | atom_factory | |||
) | [inline, static] |
AP4_List<AP4_TrakAtom>& AP4_MoovAtom::GetTrakAtoms | ( | ) | [inline] |
Definition at line 59 of file Ap4MoovAtom.h.
AP4_UI32 AP4_MoovAtom::GetTimeScale | ( | ) | [inline] |
Definition at line 62 of file Ap4MoovAtom.h.
void AP4_MoovAtom::OnChildAdded | ( | AP4_Atom * | atom | ) | [virtual] |
Reimplemented from AP4_ContainerAtom.
void AP4_MoovAtom::OnChildRemoved | ( | AP4_Atom * | atom | ) | [virtual] |
Reimplemented from AP4_ContainerAtom.