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

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.
 
};  
 

Detailed Description

Union of AVM payload cdi headers. Use to reserve memory that can be used to hold any type of CDI packet AVM header.


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