Torc
0.1
|
#include <torcomxtunnel.h>
Public Member Functions | |
TorcOMXTunnel (TorcOMXComponent *Source, OMX_U32 SourceIndex, OMX_INDEXTYPE SourceDomain, TorcOMXComponent *Destination, OMX_U32 DestinationIndex, OMX_INDEXTYPE DestinationDomain) | |
~TorcOMXTunnel () | |
bool | IsConnected (void) |
OMX_ERRORTYPE | Flush (void) |
OMX_ERRORTYPE | Create (void) |
OMX_ERRORTYPE | Destroy (void) |
Definition at line 16 of file torcomxtunnel.h.
TorcOMXTunnel::TorcOMXTunnel | ( | TorcOMXComponent * | Source, |
OMX_U32 | SourceIndex, | ||
OMX_INDEXTYPE | SourceDomain, | ||
TorcOMXComponent * | Destination, | ||
OMX_U32 | DestinationIndex, | ||
OMX_INDEXTYPE | DestinationDomain | ||
) |
Definition at line 27 of file torcomxtunnel.cpp.
TorcOMXTunnel::~TorcOMXTunnel | ( | ) |
Definition at line 44 of file torcomxtunnel.cpp.
OMX_ERRORTYPE TorcOMXTunnel::Create | ( | void | ) |
Definition at line 69 of file torcomxtunnel.cpp.
OMX_ERRORTYPE TorcOMXTunnel::Destroy | ( | void | ) |
Definition at line 91 of file torcomxtunnel.cpp.
OMX_ERRORTYPE TorcOMXTunnel::Flush | ( | void | ) |
Definition at line 54 of file torcomxtunnel.cpp.
bool TorcOMXTunnel::IsConnected | ( | void | ) |
Definition at line 49 of file torcomxtunnel.cpp.