Cortex
10.0.0-a4
|
#include <IFFFile.h>
Public Types | |
enum | GroupTagID { kFORM = 1179603533, kFOR4 = 1179603508, kFOR8 = 1179603512 } |
Public Member Functions | |
Tag (const char *buffer) | |
Tag (std::string str) | |
std::string | name () |
int | id () |
char | alignmentByte () |
bool | isGroup () |
Static Public Attributes | |
static const int | TagSize = 4 |
A Tag is a 4 char sequence that identifies the type of Chunk at this point in the file For efficient comparision Tags store the integer equivalent of the 4 char sequence as an id Common tag ids may be predefined by the interface that recognizes them. Default tags are defined by GroupTagID