OpenMAXBellagio  0.9.3
OMX_AUDIO_PORTDEFINITIONTYPE Struct Reference

#include <OMX_Audio.h>

Data Fields

OMX_STRING cMIMEType
 
OMX_NATIVE_DEVICETYPE pNativeRender
 
OMX_BOOL bFlagErrorConcealment
 
OMX_AUDIO_CODINGTYPE eEncoding
 

Detailed Description

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.

Field Documentation

§ bFlagErrorConcealment

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().

§ cMIMEType

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().

§ eEncoding

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().

§ pNativeRender

OMX_NATIVE_DEVICETYPE OMX_AUDIO_PORTDEFINITIONTYPE::pNativeRender

Definition at line 106 of file OMX_Audio.h.

Referenced by base_audio_port_Constructor().


The documentation for this struct was generated from the following file:

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