Home | History | Annotate | Download | only in include

Lines Matching refs:aacEncoder_SetParam

148 -# Call aacEncoder_SetParam() for each parameter to be set. AOT, samplingrate, channelMode, bitrate and transport type are \ref encParams "mandatory".
150 ErrorStatus = aacEncoder_SetParam(hAacEncoder, parameter, value);
271 the ::AACENC_METADATA_MODE parameter and aacEncoder_SetParam() function.
272 \code aacEncoder_SetParam(hAacEncoder, AACENC_METADATA_MODE, 0-2); \endcode
289 a single aacEncoder_SetParam() call. The internal status of each parameter can be
299 \code aacEncoder_SetParam(hAacEncoder, AACENC_CONTROL_STATE, AACENC_CTRLFLAGS); \endcode
309 aacEncoder_SetParam(hAacEncoder, AACENC_AOT, value);
310 aacEncoder_SetParam(hAacEncoder, AACENC_BITRATE, value);
311 aacEncoder_SetParam(hAacEncoder, AACENC_SAMPLERATE, value);
312 aacEncoder_SetParam(hAacEncoder, AACENC_CHANNELMODE, value);
326 aacEncoder_SetParam() call. It is not possible to use the encoder instance with a 'number of
328 \code aacEncoder_SetParam(hAacEncoder, AACENC_CHANNELMODE, value); \endcode
343 \code aacEncoder_SetParam(hAacEncoder, AACENC_AFTERBURNER, 1); \endcode
598 aacEncoder_SetParam(hAacEncoder, AACENC_BANDWIDTH, value);
888 * Use aacEncoder_SetParam() function to configure, or use aacEncoder_GetParam() function to read
1181 AACENC_ERROR aacEncoder_SetParam(
1191 * This function is the complement to aacEncoder_SetParam(). After encoder reinitialization with user defined settings,