Inheritance diagram for AP4_Atom:
Public Types | |
typedef AP4_UI32 | Type |
Public Member Functions | |
virtual | ~AP4_Atom () |
Type | GetType () |
void | SetType (Type type) |
virtual AP4_Size | GetSize () |
virtual AP4_Result | InspectFields (AP4_AtomInspector &inspector) |
virtual AP4_Result | SetParent (AP4_AtomParent *parent) |
virtual AP4_AtomParent * | GetParent () |
virtual AP4_Atom * | Clone () |
Protected Attributes | |
Type | m_Type |
AP4_Size | m_Size |
bool | m_IsFull |
AP4_UI32 | m_Version |
AP4_UI32 | m_Flags |
AP4_AtomParent * | m_Parent |
Definition at line 88 of file Ap4Atom.h.