14#ifndef CDI_PRIVATE_AVM_H__
15#define CDI_PRIVATE_AVM_H__
79#define MAX_CDI_PACKET_EXTRA_DATA (sizeof(CDIPacketAvmUnion))
This file declares the public API data types, structures and functions that comprise the CDI audio,...
This header file contains definitions used to define the build configuration of the CDI SDK's impleme...
This defines a structure that contains the CDI packet #0 header for a AVM video payload that does not...
Definition private_avm.h:45
CDIPacketAvmCommonHeader header
Header that is common to all AVM packets that contain a CDI header.
Definition private_avm.h:46
Union of AVM payload cdi headers. Use to reserve memory that can be used to hold any type of CDI pack...
Definition private_avm.h:62
CDIPacketAvmCommonHeader common_header
Header that is common to all AVM packets that contain a CDI header.
Definition private_avm.h:65
CDIPacketAvmNoConfig no_config
Header for video payload that does not contain any configuration data.
Definition private_avm.h:67
CDIPacketAvmWithConfig with_config
Header for video payload that contains configuration data.
Definition private_avm.h:69
This defines a structure that contains the CDI packet #0 header for a AVM video payload that contains...
Definition private_avm.h:53
CdiAvmConfig config
Defines the format of the payload.
Definition private_avm.h:55
CDIPacketAvmCommonHeader header
Header that is common to all AVM packets that contain a CDI header.
Definition private_avm.h:54
This is the generic AVM configuration structure which describes the format of each stream.
Definition cdi_avm_api.h:113