OpenMAX Bellagio 0.9.3
|
The container of an internal message. More...
#include <omx_base_component.h>
Data Fields | |
int | messageType |
int | messageParam |
OMX_PTR | pCmdData |
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.
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(), and omx_base_component_SendCommand().
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(), and omx_base_component_SendCommand().
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(), and omx_base_component_SendCommand().