OpenMAXBellagio 0.9.3
omx_base_audio_port.h
Go to the documentation of this file.
00001 
00026 #include "omx_classmagic.h"
00027 #include "omx_base_port.h"
00028 
00029 #ifndef __OMX_BASE_AUDIO_PORT_H__
00030 #define __OMX_BASE_AUDIO_PORT_H__
00031 
00040 DERIVEDCLASS(omx_base_audio_PortType, omx_base_PortType)
00041 #define omx_base_audio_PortType_FIELDS omx_base_PortType_FIELDS \
00042  \
00043   OMX_AUDIO_PARAM_PORTFORMATTYPE sAudioParam; 
00044 ENDCLASS(omx_base_audio_PortType)
00045 
00046 
00062 OMX_ERRORTYPE base_audio_port_Constructor(
00063   OMX_COMPONENTTYPE *openmaxStandComp,
00064   omx_base_PortType **openmaxStandPort,
00065   OMX_U32 nPortIndex, 
00066   OMX_BOOL isInput);
00067 
00081 OMX_ERRORTYPE base_audio_port_Destructor(
00082   omx_base_PortType *openmaxStandPort);
00083 
00084 #endif