OpenMAX Bellagio 0.9.3
internalRequestMessageType Struct Reference

The container of an internal message. More...

#include <omx_base_component.h>

Data Fields

int messageType
 
int messageParam
 
OMX_PTR pCmdData
 

Detailed Description

The container of an internal message.

This structure contains a generic OpenMAX request (from send command). It is processed by the internal message handler thread

Definition at line 115 of file omx_base_component.h.

Field Documentation

◆ messageParam

int internalRequestMessageType::messageParam

the second field of the message. Its use is the same as specified for the command in OpenMAX spec

Definition at line 117 of file omx_base_component.h.

Referenced by omx_base_component_MessageHandler().

◆ messageType

int internalRequestMessageType::messageType

the flag that specifies if the message is a command, a warning or an error

Definition at line 116 of file omx_base_component.h.

Referenced by omx_base_component_MessageHandler().

◆ pCmdData

OMX_PTR internalRequestMessageType::pCmdData

This pointer could contain some proprietary data not covered by the standard

Definition at line 118 of file omx_base_component.h.

Referenced by omx_base_component_MessageHandler().


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

Generated for OpenMAX Bellagio rel. 0.9.3 by  doxygen 1.5.1
SourceForge.net Logo