#include <Ap4Utils.h>
Inheritance diagram for AP4_PrintInspector:
Public Member Functions | |
AP4_PrintInspector (AP4_ByteStream &stream) | |
~AP4_PrintInspector () | |
void | StartElement (const char *name, const char *info) |
void | EndElement () |
void | AddField (const char *name, AP4_UI32 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) |
Definition at line 106 of file Ap4Utils.h.
AP4_PrintInspector::AP4_PrintInspector | ( | AP4_ByteStream & | stream | ) |
AP4_PrintInspector::~AP4_PrintInspector | ( | ) |
void AP4_PrintInspector::StartElement | ( | const char * | name, | |
const char * | info | |||
) | [virtual] |
Reimplemented from AP4_AtomInspector.
void AP4_PrintInspector::EndElement | ( | ) | [virtual] |
Reimplemented from AP4_AtomInspector.
void AP4_PrintInspector::AddField | ( | const char * | name, | |
AP4_UI32 | value, | |||
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, | |
const unsigned char * | bytes, | |||
AP4_Size | size, | |||
FormatHint | hint | |||
) | [virtual] |
Reimplemented from AP4_AtomInspector.