22 #ifndef MEDIASTATION_DATUM_H 23 #define MEDIASTATION_DATUM_H 25 #include "common/str.h" 26 #include "common/array.h" 27 #include "common/rect.h" 28 #include "common/stream.h" 30 #include "mediastation/datafile.h" 37 kDatumTypeInvalid = 0x0000,
39 kDatumTypeUint8 = 0x0002,
41 kDatumTypeUint16_1 = 0x0003,
42 kDatumTypeUint16_2 = 0x0013,
43 kDatumTypeInt16_1 = 0x0006,
44 kDatumTypeInt16_2 = 0x0010,
46 kDatumTypeUint32_1 = 0x0004,
47 kDatumTypeUint32_2 = 0x0007,
49 kDatumTypeFloat64_1 = 0x0011,
50 kDatumTypeFloat64_2 = 0x0009,
51 kDatumTypeString = 0x0012,
52 kDatumTypeFilename = 0x000a,
53 kDatumTypePoint1 = 0x000f,
54 kDatumTypePoint2 = 0x000e,
55 kDatumTypeBoundingBox = 0x000d,
56 kDatumTypePolygon = 0x001d,
58 kDatumTypePalette = 0x05aa,
59 kDatumTypeReference = 0x001b
76 unsigned char *palette;