ADTF
|
header for chunks Each Chunk header 16 Byte aligned within the file. More...
Public Attributes | |
tUInt64 | ui64TimeStamp |
timestamp of the chunk More... | |
tUInt32 | ui32RefMasterTableIndex |
referring to the master index table | |
tUInt32 | ui32OffsetToLast |
relative byte offset to the previous chunk header (in bytes) More... | |
tUInt32 | ui32Size |
size of the chunks (in bytes) More... | |
tUInt16 | ui16StreamId |
stream identifier the chunk belongs to | |
tUInt16 | ui16Flags |
key data / flags see also IIndexedFile::tChunkType | |
tUInt64 | ui64StreamIndex |
number of the chunk within stream it belongs to | |
header for chunks Each Chunk header 16 Byte aligned within the file.
tUInt32 ui32OffsetToLast |
relative byte offset to the previous chunk header (in bytes)
Definition at line 158 of file indexedfile_types.h.
tUInt32 ui32Size |
size of the chunks (in bytes)
Definition at line 162 of file indexedfile_types.h.
tUInt64 ui64TimeStamp |