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

OMX_U32 OMX_AUDIO_PARAM_PCMMODETYPE::nSize

Size of this structure, in Bytes

Definition at line 154 of file OMX_Audio.h.

OMX_VERSIONTYPE OMX_AUDIO_PARAM_PCMMODETYPE::nVersion

OMX specification version information

Definition at line 155 of file OMX_Audio.h.

OMX_U32 OMX_AUDIO_PARAM_PCMMODETYPE::nPortIndex

port that this structure applies to

Definition at line 156 of file OMX_Audio.h.

Referenced by audiodecEventHandler(), main(), omx_alsasink_component_SetParameter(), omx_alsasrc_component_SetParameter(), omx_audio_mixer_component_GetParameter(), omx_audiodec_component_GetParameter(), omx_audiodec_component_SetParameter(), omx_maddec_component_GetParameter(), omx_maddec_component_SetParameter(), omx_symbianoutputstreamsink_component_SetParameter(), omx_volume_component_GetParameter(), omx_vorbisdec_component_GetParameter(), and omx_vorbisdec_component_SetParameter().

OMX_U32 OMX_AUDIO_PARAM_PCMMODETYPE::nChannels

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

OMX_NUMERICALDATATYPE OMX_AUDIO_PARAM_PCMMODETYPE::eNumData

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

OMX_ENDIANTYPE OMX_AUDIO_PARAM_PCMMODETYPE::eEndian

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

OMX_BOOL OMX_AUDIO_PARAM_PCMMODETYPE::bInterleaved

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

OMX_U32 OMX_AUDIO_PARAM_PCMMODETYPE::nBitPerSample

Bit per sample

Definition at line 162 of file OMX_Audio.h.

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

OMX_U32 OMX_AUDIO_PARAM_PCMMODETYPE::nSamplingRate

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

OMX_AUDIO_PCMMODETYPE OMX_AUDIO_PARAM_PCMMODETYPE::ePCMMode

PCM mode enumeration

Definition at line 165 of file OMX_Audio.h.

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

OMX_AUDIO_CHANNELTYPE OMX_AUDIO_PARAM_PCMMODETYPE::eChannelMapping[16]

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