OMX_AUDIO_PARAM_PCMMODETYPE Struct Reference
[OpenMAX IL Audio Domain]

#include <OMX_Audio.h>


Data Fields

OMX_U32 nSize
OMX_VERSIONTYPE nVersion
OMX_U32 nPortIndex
OMX_U32 nChannels
OMX_NUMERICALDATATYPE eNumData
OMX_ENDIANTYPE eEndian
OMX_BOOL bInterleaved
OMX_U32 nBitPerSample
OMX_U32 nSamplingRate
OMX_AUDIO_PCMMODETYPE ePCMMode
OMX_AUDIO_CHANNELTYPE eChannelMapping [16]


Detailed Description

PCM format description

Definition at line 153 of file OMX_Audio.h.


Field Documentation

Size of this structure, in Bytes

Definition at line 154 of file OMX_Audio.h.

OMX specification version information

Definition at line 155 of file OMX_Audio.h.

Number of channels (e.g. 2 for stereo)

Definition at line 157 of file OMX_Audio.h.

Referenced by main(), omx_alsasink_component_SetParameter(), omx_alsasrc_component_SetParameter(), and omx_volume_component_GetParameter().

indicates PCM data as signed or unsigned

Definition at line 158 of file OMX_Audio.h.

Referenced by omx_alsasink_component_SetParameter(), omx_alsasrc_component_SetParameter(), and omx_volume_component_GetParameter().

indicates PCM data as little or big endian

Definition at line 159 of file OMX_Audio.h.

Referenced by omx_alsasink_component_SetParameter(), omx_alsasrc_component_SetParameter(), and omx_volume_component_GetParameter().

True for normal interleaved data; false for non-interleaved data (e.g. block data)

Definition at line 160 of file OMX_Audio.h.

Referenced by omx_alsasink_component_SetParameter(), omx_alsasrc_component_SetParameter(), and omx_volume_component_GetParameter().

Sampling rate of the source data. Use 0 for variable or unknown sampling rate.

Definition at line 163 of file OMX_Audio.h.

Referenced by main(), omx_alsasink_component_SetParameter(), omx_alsasrc_component_SetParameter(), and omx_volume_component_GetParameter().

Slot i contains channel defined by eChannelMap[i]

Definition at line 166 of file OMX_Audio.h.


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

Generated for OpenMAX Bellagio rel. 0.3.5-svn by  doxygen 1.5.1
SourceForge.net Logo