ADTF File Library
Loading...
Searching...
No Matches
ifhd::v201_v301::ChunkHeader Struct Reference

header for chunks Each Chunk header 16 Byte aligned within the file. More...

#include <indexedfile_types_v201_v301.h>

Public Attributes

uint64_t time_stamp
 
uint32_t ref_master_table_index
 referring to the master index table
 
uint32_t offset_to_last
 
uint32_t size
 
uint16_t stream_id
 stream identifier the chunk belongs to
 
uint16_t flags
 chunk type flags see ChunkType
 
uint64_t stream_index
 number of the chunk within stream it belongs to
 

Detailed Description

header for chunks Each Chunk header 16 Byte aligned within the file.

Member Data Documentation

◆ offset_to_last

uint32_t ifhd::v201_v301::ChunkHeader::offset_to_last

relative byte offset to the previous chunk header (in bytes)

Remarks
this is NOT necessarily the size of the previous chunk. Chunk headers are 16 Byte aligned!

◆ size

uint32_t ifhd::v201_v301::ChunkHeader::size

size of the chunks (in bytes)

Remarks
This value includes the size of the chunk data AND the chunk header size!

◆ time_stamp

uint64_t ifhd::v201_v301::ChunkHeader::time_stamp

timestamp of the chunk in microseconds or nanoseconds resolution (depending on file version < ifhd::v500::version_id).


The documentation for this struct was generated from the following file: