AddChild(AP4_Atom *child, int position=-1) | AP4_AtomParent | [virtual] |
AP4_Atom(Type type, AP4_UI32 size=AP4_ATOM_HEADER_SIZE) | AP4_Atom | |
AP4_Atom(Type type, AP4_UI64 size) | AP4_Atom | |
AP4_Atom(Type type, AP4_UI32 size, AP4_UI32 version, AP4_UI32 flags) | AP4_Atom | |
AP4_Atom(Type type, AP4_UI64 size, AP4_UI32 version, AP4_UI32 flags) | AP4_Atom | |
AP4_AudioSampleEntry(AP4_Atom::Type format, AP4_UI32 sample_rate, AP4_UI16 sample_size, AP4_UI16 channel_count) | AP4_AudioSampleEntry | |
AP4_AudioSampleEntry(AP4_Atom::Type format, AP4_Size size, AP4_ByteStream &stream, AP4_AtomFactory &atom_factory) | AP4_AudioSampleEntry | |
AP4_ContainerAtom(Type type, AP4_UI64 size=AP4_ATOM_HEADER_SIZE) | AP4_ContainerAtom | |
AP4_ContainerAtom(Type type, AP4_UI64 size, AP4_UI32 version, AP4_UI32 flags) | AP4_ContainerAtom | |
AP4_ContainerAtom(Type type, AP4_UI64 size, AP4_UI32 version, AP4_UI32 flags, AP4_ByteStream &stream, AP4_AtomFactory &atom_factory) | AP4_ContainerAtom | [protected] |
AP4_ContainerAtom(Type type, AP4_UI64 size, AP4_ByteStream &stream, AP4_AtomFactory &atom_factory) | AP4_ContainerAtom | [protected] |
AP4_EncaSampleEntry(AP4_Size size, AP4_ByteStream &stream, AP4_AtomFactory &atom_factory) | AP4_EncaSampleEntry | |
AP4_EncaSampleEntry(AP4_UI32 type, AP4_Size size, AP4_ByteStream &stream, AP4_AtomFactory &atom_factory) | AP4_EncaSampleEntry | |
AP4_SampleEntry(AP4_Atom::Type format, AP4_UI16 data_ref_index=1) | AP4_SampleEntry | |
AP4_SampleEntry(AP4_Atom::Type format, AP4_Size size, AP4_ByteStream &stream, AP4_AtomFactory &atom_factory) | AP4_SampleEntry | |
AP4_SampleEntry(AP4_Atom::Type format, AP4_Size size) | AP4_SampleEntry | [protected] |
Clone() | AP4_ContainerAtom | [virtual] |
Create(Type type, AP4_UI64 size, bool is_full, AP4_ByteStream &stream, AP4_AtomFactory &atom_factory) | AP4_ContainerAtom | [static] |
DeleteChild(AP4_Atom::Type type) | AP4_AtomParent | [virtual] |
Detach() | AP4_Atom | [virtual] |
FindChild(const char *path, bool auto_create=false) | AP4_AtomParent | [virtual] |
GetChannelCount() | AP4_AudioSampleEntry | [inline] |
GetChild(AP4_Atom::Type type, AP4_Ordinal index=0) const | AP4_AtomParent | [virtual] |
GetChildren() | AP4_ContainerAtom | [inline] |
GetDataReferenceIndex() | AP4_SampleEntry | [inline] |
GetFieldsSize() | AP4_AudioSampleEntry | [protected, virtual] |
GetHeaderSize() const | AP4_Atom | |
GetParent() | AP4_Atom | [inline, virtual] |
GetSampleRate() | AP4_AudioSampleEntry | [inline] |
GetSampleSize() | AP4_AudioSampleEntry | [inline] |
GetSize() const | AP4_Atom | [inline] |
GetSize32() const | AP4_Atom | [inline] |
GetSize64() const | AP4_Atom | [inline] |
GetType() const | AP4_Atom | [inline] |
Inspect(AP4_AtomInspector &inspector) | AP4_SampleEntry | [virtual] |
InspectChildren(AP4_AtomInspector &inspector) | AP4_ContainerAtom | [virtual] |
InspectFields(AP4_AtomInspector &inspector) | AP4_AudioSampleEntry | [protected, virtual] |
InspectHeader(AP4_AtomInspector &inspector) | AP4_Atom | [virtual] |
m_ChannelCount | AP4_AudioSampleEntry | [protected] |
m_Children | AP4_AtomParent | [protected] |
m_DataReferenceIndex | AP4_SampleEntry | [protected] |
m_Flags | AP4_Atom | [protected] |
m_IsFull | AP4_Atom | [protected] |
m_Parent | AP4_Atom | [protected] |
m_Predefined1 | AP4_AudioSampleEntry | [protected] |
m_Reserved1 | AP4_SampleEntry | [protected] |
m_Reserved2 | AP4_AudioSampleEntry | [protected] |
m_Reserved3 | AP4_AudioSampleEntry | [protected] |
m_SampleRate | AP4_AudioSampleEntry | [protected] |
m_SampleSize | AP4_AudioSampleEntry | [protected] |
m_Size32 | AP4_Atom | [protected] |
m_Size64 | AP4_Atom | [protected] |
m_Type | AP4_Atom | [protected] |
m_Version | AP4_Atom | [protected] |
OnChildAdded(AP4_Atom *child) | AP4_ContainerAtom | [virtual] |
OnChildChanged(AP4_Atom *child) | AP4_SampleEntry | [virtual] |
OnChildRemoved(AP4_Atom *child) | AP4_ContainerAtom | [virtual] |
ReadChildren(AP4_AtomFactory &atom_factory, AP4_ByteStream &stream, AP4_UI64 size) | AP4_ContainerAtom | [protected] |
ReadFields(AP4_ByteStream &stream) | AP4_AudioSampleEntry | [protected, virtual] |
ReadFullHeader(AP4_ByteStream &stream, AP4_UI32 &version, AP4_UI32 &flags) | AP4_Atom | [static] |
RemoveChild(AP4_Atom *child) | AP4_AtomParent | [virtual] |
SetParent(AP4_AtomParent *parent) | AP4_Atom | [inline, virtual] |
SetSize(AP4_UI64 size, bool force_64=false) | AP4_Atom | |
SetSize32(AP4_UI32 size) | AP4_Atom | [inline] |
SetSize64(AP4_UI64 size) | AP4_Atom | [inline] |
SetType(Type type) | AP4_Atom | [inline] |
ToSampleDescription() | AP4_EncaSampleEntry | [virtual] |
ToTargetSampleDescription(AP4_UI32 format) | AP4_AudioSampleEntry | [virtual] |
Type typedef | AP4_Atom | |
Write(AP4_ByteStream &stream) | AP4_SampleEntry | [virtual] |
WriteFields(AP4_ByteStream &stream) | AP4_AudioSampleEntry | [protected, virtual] |
WriteHeader(AP4_ByteStream &stream) | AP4_Atom | [virtual] |
~AP4_Atom() | AP4_Atom | [inline, virtual] |
~AP4_AtomParent() | AP4_AtomParent | [virtual] |