Searched defs:AACENC_PARAM (Results 1 - 1 of 1) sorted by relevance

/external/aac/libAACenc/include/
H A Daacenc_lib.h304 All parameteres listed in ::AACENC_PARAM can be modified within an encoder instance.
1057 } AACENC_PARAM; typedef in typeref:enum:__anon233
1180 * This function allows configuration of all encoder parameters specified in ::AACENC_PARAM. Each parameter must be
1185 * \param param Parameter to be set. See ::AACENC_PARAM.
1186 * \param value Parameter value. See parameter description in ::AACENC_PARAM.
1194 const AACENC_PARAM param,
1203 * the internal status can be obtained of each parameter, specified with ::AACENC_PARAM.
1206 * \param param Parameter to be returned. See ::AACENC_PARAM.
1208 * \return Internal configuration value of specifed parameter ::AACENC_PARAM.
1212 const AACENC_PARAM para
[all...]

Completed in 49 milliseconds