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
40
DERIVEDCLASS
(
omx_base_audio_PortType
,
omx_base_PortType
)
41
#define omx_base_audio_PortType_FIELDS omx_base_PortType_FIELDS \
42
\
43
OMX_AUDIO_PARAM_PORTFORMATTYPE sAudioParam;
44
ENDCLASS
(
omx_base_audio_PortType
)
45
46
62
OMX_ERRORTYPE
base_audio_port_Constructor
(
63
OMX_COMPONENTTYPE
*openmaxStandComp,
64
omx_base_PortType
**openmaxStandPort,
65
OMX_U32
nPortIndex,
66
OMX_BOOL
isInput);
67
81
OMX_ERRORTYPE
base_audio_port_Destructor
(
82
omx_base_PortType
*openmaxStandPort);
83
84
#endif
OMX_ERRORTYPE
OMX_ERRORTYPE
Definition
OMX_Core.h:127
OMX_U32
unsigned long OMX_U32
Definition
OMX_Types.h:145
OMX_BOOL
OMX_BOOL
Definition
OMX_Types.h:189
base_audio_port_Destructor
OMX_ERRORTYPE base_audio_port_Destructor(omx_base_PortType *openmaxStandPort)
the base audio port destructor for the generic OpenMAX ST Audio port
Definition
omx_base_audio_port.c:108
base_audio_port_Constructor
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
Definition
omx_base_audio_port.c:51
omx_base_port.h
omx_classmagic.h
ENDCLASS
#define ENDCLASS(a)
Definition
omx_classmagic.h:52
DERIVEDCLASS
#define DERIVEDCLASS(a, b)
Definition
omx_classmagic.h:50
OMX_COMPONENTTYPE
Definition
OMX_Component.h:308
omx_base_PortType
Definition
omx_base_port.h:105
omx_base_audio_PortType
Definition
omx_base_audio_port.h:40
Generated for OpenMAX Bellagio rel. 0.9.3 by
1.5.1