|
ADTF File Library
|
#include <indexedfile_v110.h>
Public Attributes | |
| uint32_t | file_id |
| file identifier | |
| uint32_t | version_id |
| format version of dat files. current version is 0x0201 | |
| FilePos | extension_offset |
| file-offset to the begin of extension table block (absolute) | |
| uint32_t | extension_count |
| amount of extension blocks | |
| uint32_t | reserved1 |
| reserved for further use | |
| FilePos | data_offset |
| file-offset to the begin of data block (absolute) | |
| utils5ext::FileSize | data_size |
| size of the data block (in bytes) | |
| uint64_t | index_count |
| the index count | |
| FilePos | index_offset |
| the index offset | |
| uint64_t | duration |
| duration of the file in microseconds | |
| DateTime | date_time |
| date time of creation | |
| uint64_t | chunk_count |
| amount of chunks | |
| uint64_t | max_chunk_size |
| greatest user data size of chunk | |
| uint64_t | reserved2 [5] |
| reserved bytes. currently not in use | |
| int8_t | description [1912] |
| description. The short and detailed description are seperated by ' ' | |
FileHeader Structure