Open-AVB AVTP Pipeline SDK
1.4
|
Media Queue structure. More...
#include <openavb_mediaq_pub.h>
Data Fields | |
char * | pMediaQDataFormat |
Common name for mapping data format. More... | |
void * | pPubMapInfo |
Defined per mapper in the public header. More... | |
Private Attributes | |
void * | pPvtMediaQInfo |
For use internally in the media queue. | |
void * | pPvtMapInfo |
For use internally by the mapper. | |
void * | pPvtIntfInfo |
For use internally by the interface. | |
Media Queue structure.
The media queue is the conduit between interface modules and mapping modules. It is internally implemented as a circular FIFO container.
char* media_q_t::pMediaQDataFormat |
Common name for mapping data format.
Set by mapping modules and used by interface modules to validate the media queue data format compatibility.
void* media_q_t::pPubMapInfo |
Defined per mapper in the public header.
The structure of this memory area will be used only the mapper module and interface module.