OpenMAX Bellagio 0.9.3
omx_base_audio_port.h
Go to the documentation of this file.
1
26#include "omx_classmagic.h"
27#include "omx_base_port.h"
28
29#ifndef __OMX_BASE_AUDIO_PORT_H__
30#define __OMX_BASE_AUDIO_PORT_H__
31
41#define omx_base_audio_PortType_FIELDS omx_base_PortType_FIELDS \
42 \
43 OMX_AUDIO_PARAM_PORTFORMATTYPE sAudioParam;
45
46
63 OMX_COMPONENTTYPE *openmaxStandComp,
64 omx_base_PortType **openmaxStandPort,
65 OMX_U32 nPortIndex,
66 OMX_BOOL isInput);
67
82 omx_base_PortType *openmaxStandPort);
83
84#endif
OMX_ERRORTYPE
Definition OMX_Core.h:127
unsigned long OMX_U32
Definition OMX_Types.h:145
OMX_BOOL
Definition OMX_Types.h:189
OMX_ERRORTYPE base_audio_port_Destructor(omx_base_PortType *openmaxStandPort)
the base audio port destructor for the generic OpenMAX ST Audio port
OMX_ERRORTYPE base_audio_port_Constructor(OMX_COMPONENTTYPE *openmaxStandComp, omx_base_PortType **openmaxStandPort, OMX_U32 nPortIndex, OMX_BOOL isInput)
the base contructor for the generic OpenMAX ST Audio port
#define ENDCLASS(a)
#define DERIVEDCLASS(a, b)

Generated for OpenMAX Bellagio rel. 0.9.3 by  doxygen 1.5.1
SourceForge.net Logo