OpenMAX Bellagio 0.9.3
|
#include <OMX_Types.h>
Data Fields | |
OMX_HANDLETYPE | hMarkTargetComponent |
OMX_PTR | pMarkData |
Definition at line 297 of file OMX_Types.h.
OMX_HANDLETYPE OMX_MARKTYPE::hMarkTargetComponent |
The component that will generate a mark event upon processing the mark.
Definition at line 299 of file OMX_Types.h.
Referenced by omx_base_component_Constructor(), omx_base_component_MessageHandler(), and omx_base_filter_BufferMgmtFunction().
OMX_PTR OMX_MARKTYPE::pMarkData |
Application specific data associated with the mark sent on a mark event to disambiguate this mark from others.
Definition at line 302 of file OMX_Types.h.
Referenced by omx_base_component_Constructor(), omx_base_component_MessageHandler(), and omx_base_filter_BufferMgmtFunction().