Open-AVB AVTP Pipeline SDK  1.4
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Data Fields | Private Attributes
media_q_t Struct Reference

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.
 

Detailed Description

Media Queue structure.

The media queue is the conduit between interface modules and mapping modules. It is internally implemented as a circular FIFO container.

See Also
Working With the Media Queue
Examples:
openavb_host.c, and openavb_intf_echo.c.

Field Documentation

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.


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