OpenMAXBellagio
0.9.3
|
#include <OMX_Audio.h>
Data Fields | |
OMX_STRING | cMIMEType |
OMX_NATIVE_DEVICETYPE | pNativeRender |
OMX_BOOL | bFlagErrorConcealment |
OMX_AUDIO_CODINGTYPE | eEncoding |
The PortDefinition structure is used to define all of the parameters necessary for the compliant component to setup an input or an output audio path. If additional information is needed to define the parameters of the port (such as frequency), additional structures must be sent such as the OMX_AUDIO_PARAM_PCMMODETYPE structure to supply the extra parameters for the port.
Definition at line 104 of file OMX_Audio.h.
OMX_BOOL OMX_AUDIO_PORTDEFINITIONTYPE::bFlagErrorConcealment |
< platform specific reference for an output device, otherwise this field is 0 Turns on error concealment if it is supported by the OMX component
Definition at line 109 of file OMX_Audio.h.
Referenced by base_audio_port_Constructor().
OMX_STRING OMX_AUDIO_PORTDEFINITIONTYPE::cMIMEType |
MIME type of data for the port
Definition at line 105 of file OMX_Audio.h.
Referenced by base_audio_port_Constructor(), and base_audio_port_Destructor().
OMX_AUDIO_CODINGTYPE OMX_AUDIO_PORTDEFINITIONTYPE::eEncoding |
Type of data expected for this port (e.g. PCM, AMR, MP3, etc)
Definition at line 111 of file OMX_Audio.h.
Referenced by base_audio_port_Constructor(), and base_port_ComponentTunnelRequest().
OMX_NATIVE_DEVICETYPE OMX_AUDIO_PORTDEFINITIONTYPE::pNativeRender |
Definition at line 106 of file OMX_Audio.h.
Referenced by base_audio_port_Constructor().