AP4_GrpiAtom Class Reference
#include <Ap4GrpiAtom.h>
Inheritance diagram for AP4_GrpiAtom:

Public Member Functions | |
AP4_GrpiAtom (AP4_UI08 key_encryption_method, const char *group_id, const AP4_UI08 *group_key, AP4_Size group_key_length) | |
virtual AP4_Result | InspectFields (AP4_AtomInspector &inspector) |
virtual AP4_Result | WriteFields (AP4_ByteStream &stream) |
virtual AP4_Atom * | Clone () |
Create a clone of the object. | |
AP4_UI08 | GetKeyEncryptionMethod () const |
void | SetKeyEncryptionMethod (AP4_UI08 encryption_method) |
const AP4_String & | GetGroupId () const |
const AP4_DataBuffer & | GetGroupKey () const |
Static Public Member Functions | |
static AP4_GrpiAtom * | Create (AP4_Size size, AP4_ByteStream &stream) |
Detailed Description
Definition at line 43 of file Ap4GrpiAtom.h.
Constructor & Destructor Documentation
AP4_GrpiAtom::AP4_GrpiAtom | ( | AP4_UI08 | key_encryption_method, | |
const char * | group_id, | |||
const AP4_UI08 * | group_key, | |||
AP4_Size | group_key_length | |||
) |
Member Function Documentation
virtual AP4_Atom* AP4_GrpiAtom::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 in a more efficient way than the default implementation.
Reimplemented from AP4_Atom.
static AP4_GrpiAtom* AP4_GrpiAtom::Create | ( | AP4_Size | size, | |
AP4_ByteStream & | stream | |||
) | [static] |
const AP4_String& AP4_GrpiAtom::GetGroupId | ( | ) | const [inline] |
Definition at line 66 of file Ap4GrpiAtom.h.
const AP4_DataBuffer& AP4_GrpiAtom::GetGroupKey | ( | ) | const [inline] |
Definition at line 67 of file Ap4GrpiAtom.h.
AP4_UI08 AP4_GrpiAtom::GetKeyEncryptionMethod | ( | ) | const [inline] |
Definition at line 64 of file Ap4GrpiAtom.h.
virtual AP4_Result AP4_GrpiAtom::InspectFields | ( | AP4_AtomInspector & | inspector | ) | [virtual] |
Reimplemented from AP4_Atom.
void AP4_GrpiAtom::SetKeyEncryptionMethod | ( | AP4_UI08 | encryption_method | ) | [inline] |
Definition at line 65 of file Ap4GrpiAtom.h.
virtual AP4_Result AP4_GrpiAtom::WriteFields | ( | AP4_ByteStream & | stream | ) | [virtual] |
Implements AP4_Atom.
The documentation for this class was generated from the following file:
Generated on Thu May 13 16:37:19 2010 for Bento4 MP4 SDK by
