AP4_PrintInspector Class Reference
#include <Ap4Atom.h>
Inheritance diagram for AP4_PrintInspector:

Public Member Functions | |
AP4_PrintInspector (AP4_ByteStream &stream, AP4_Cardinal indent=0) | |
~AP4_PrintInspector () | |
void | StartElement (const char *name, const char *info) |
void | EndElement () |
void | AddField (const char *name, AP4_UI64 value, FormatHint hint) |
void | AddFieldF (const char *name, float value, FormatHint hint) |
void | AddField (const char *name, const char *value, FormatHint hint) |
void | AddField (const char *name, const unsigned char *bytes, AP4_Size size, FormatHint hint) |
Detailed Description
Definition at line 127 of file Ap4Atom.h.
Constructor & Destructor Documentation
AP4_PrintInspector::AP4_PrintInspector | ( | AP4_ByteStream & | stream, | |
AP4_Cardinal | indent = 0 | |||
) |
AP4_PrintInspector::~AP4_PrintInspector | ( | ) |
Member Function Documentation
void AP4_PrintInspector::AddField | ( | const char * | name, | |
const unsigned char * | bytes, | |||
AP4_Size | size, | |||
FormatHint | hint | |||
) | [virtual] |
Reimplemented from AP4_AtomInspector.
void AP4_PrintInspector::AddField | ( | const char * | name, | |
const char * | value, | |||
FormatHint | hint | |||
) | [virtual] |
Reimplemented from AP4_AtomInspector.
void AP4_PrintInspector::AddField | ( | const char * | name, | |
AP4_UI64 | value, | |||
FormatHint | hint | |||
) | [virtual] |
Reimplemented from AP4_AtomInspector.
void AP4_PrintInspector::AddFieldF | ( | const char * | name, | |
float | value, | |||
FormatHint | hint | |||
) | [virtual] |
Reimplemented from AP4_AtomInspector.
void AP4_PrintInspector::EndElement | ( | ) | [virtual] |
Reimplemented from AP4_AtomInspector.
void AP4_PrintInspector::StartElement | ( | const char * | name, | |
const char * | info | |||
) | [virtual] |
Reimplemented from AP4_AtomInspector.
The documentation for this class was generated from the following file:
Generated on Thu May 13 16:37:44 2010 for Bento4 MP4 SDK by
