|
CDI SDK
SDK for transporting chunks of data reliably and with low latency using a polled mode network driver.
|
Union of AVM payload cdi headers. Use to reserve memory that can be used to hold any type of CDI packet AVM header. More...
#include <private_avm.h>
Data Fields | ||
| union { | ||
| CDIPacketAvmCommonHeader common_header | ||
| Header that is common to all AVM packets that contain a CDI header. | ||
| CDIPacketAvmNoConfig no_config | ||
| Header for video payload that does not contain any configuration data. | ||
| CDIPacketAvmWithConfig with_config | ||
| Header for video payload that contains configuration data. | ||
| }; | ||
Union of AVM payload cdi headers. Use to reserve memory that can be used to hold any type of CDI packet AVM header.