CDI SDK
SDK for transporting chunks of data reliably and with low latency using a polled mode network driver.
|
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 |
Structure for the 8 byte chunk header that proceeds every payload.
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.