OpenMAX Bellagio 0.9.3
|
#include <OMX_Core.h>
Data Fields | |
OMX_U32 | nTunnelFlags |
OMX_BUFFERSUPPLIERTYPE | eSupplier |
The OMX_TUNNELSETUPTYPE structure is used to pass data from an output port to an input port as part the two ComponentTunnelRequest calls resulting from a OMX_SetupTunnel call from the IL Client.
Definition at line 635 of file OMX_Core.h.
OMX_BUFFERSUPPLIERTYPE OMX_TUNNELSETUPTYPE::eSupplier |
supplier preference
Definition at line 638 of file OMX_Core.h.
Referenced by base_port_ComponentTunnelRequest(), omx_base_component_GetParameter(), and OMX_SetupTunnel().
OMX_U32 OMX_TUNNELSETUPTYPE::nTunnelFlags |
bit flags for tunneling
Definition at line 637 of file OMX_Core.h.
Referenced by base_port_ComponentTunnelRequest(), omx_base_component_GetParameter(), and OMX_SetupTunnel().