struct OMX_AUDIO_PARAM_VORBISTYPE |
VORBIS params
OMX_BOOL | bDownmix |
Downmix input from stereo to mono (has no effect on non-stereo streams). Useful for lower-bitrate encoding.
OMX_BOOL | bManaged |
Set bitrate management mode. This turns off the normal VBR encoding, but allows hard or soft bitrate constraints to be enforced by the encoder. This mode can be slower, and may also be lower quality. It is primarily useful for streaming.
OMX_U32 | nAudioBandWidth |
Audio band width (in Hz) to which an encoder should limit the audio signal. Use 0 to let encoder decide
OMX_U32 | nBitRate |
Bit rate of the encoded data data. Use 0 for variable rate or unknown bit rates. Encoding is set to the bitrate closest to specified value (in bps)
OMX_S32 | nQuality |
Sets encoding quality to n, between -1 (low) and 10 (high). In the default mode of operation, teh quality level is 3. Normal quality range is 0 - 10.
OMX_U32 | nSampleRate |
Sampling rate of the source data. Use 0 for variable or unknown sampling rate.
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.