CDI SDK
SDK for transporting chunks of data reliably and with low latency using a polled mode network driver.
Loading...
Searching...
No Matches
RiffChunkHeader Struct Reference

Structure for the 8 byte chunk header that proceeds every payload. More...

#include <riff.h>

Data Fields

char four_cc [4]
 Four character code for indicating the form type. The test checks for form type 'CDI '.
 
uint32_t size
 

Detailed Description

Structure for the 8 byte chunk header that proceeds every payload.

Field Documentation

◆ size

uint32_t RiffChunkHeader::size

The size of the chunk data in bytes. This size becomes stream_info->next_payload_size if using riff file for –read_file option.


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