#include <Ap4OdafAtom.h>
Inheritance diagram for AP4_OdafAtom:
Public Member Functions | |
AP4_OdafAtom (bool m_SelectiveEncryption, AP4_UI08 m_KeyIndicatorLength, AP4_UI08 m_IvLength) | |
virtual AP4_Atom * | Clone () |
Create a clone of the object. | |
virtual AP4_Result | InspectFields (AP4_AtomInspector &inspector) |
virtual AP4_Result | WriteFields (AP4_ByteStream &stream) |
bool | GetSelectiveEncryption () |
AP4_UI08 | GetKeyIndicatorLength () |
AP4_UI08 | GetIvLength () |
Static Public Member Functions | |
static AP4_OdafAtom * | Create (AP4_Size size, AP4_ByteStream &stream) |
Definition at line 41 of file Ap4OdafAtom.h.
AP4_OdafAtom::AP4_OdafAtom | ( | bool | m_SelectiveEncryption, | |
AP4_UI08 | m_KeyIndicatorLength, | |||
AP4_UI08 | m_IvLength | |||
) |
static AP4_OdafAtom* AP4_OdafAtom::Create | ( | AP4_Size | size, | |
AP4_ByteStream & | stream | |||
) | [static] |
virtual AP4_Atom* AP4_OdafAtom::Clone | ( | ) | [virtual] |
Create a clone of the object.
This method returns a clone of the atom, or NULL if the atom cannot be cloned. Override this if your want to make an atom cloneable.
Reimplemented from AP4_Atom.
virtual AP4_Result AP4_OdafAtom::InspectFields | ( | AP4_AtomInspector & | inspector | ) | [virtual] |
Reimplemented from AP4_Atom.
virtual AP4_Result AP4_OdafAtom::WriteFields | ( | AP4_ByteStream & | stream | ) | [virtual] |
Implements AP4_Atom.
bool AP4_OdafAtom::GetSelectiveEncryption | ( | ) | [inline] |
Definition at line 56 of file Ap4OdafAtom.h.
AP4_UI08 AP4_OdafAtom::GetKeyIndicatorLength | ( | ) | [inline] |
Definition at line 57 of file Ap4OdafAtom.h.
AP4_UI08 AP4_OdafAtom::GetIvLength | ( | ) | [inline] |
Definition at line 58 of file Ap4OdafAtom.h.