Home | History | Annotate | Download | only in vorbis

Lines Matching refs:vorbis_encode_ctl

72  * tweaks using \ref vorbis_encode_ctl before finally calling \ref
109 * make further encode setup tweaks using \ref vorbis_encode_ctl() before
172 * initialize the high-level encoding setup, and \ref vorbis_encode_ctl()
197 * may use vorbis_encode_ctl() to query or set bitrate management or quality
199 * vorbis_encode_ctl() must be called after one of
201 * to modify settings, \ref vorbis_encode_ctl() must be called before \ref
220 extern int vorbis_encode_ctl(vorbis_info *vi,int number,void *arg);
223 * \deprecated This is a deprecated interface. Please use vorbis_encode_ctl()
227 * The \ref ovectl_ratemanage_arg structure is used with vorbis_encode_ctl()
264 * The ovectl_ratemanage2_arg structure is used with vorbis_encode_ctl() and
294 * \name vorbis_encode_ctl() codes
298 * These values are passed as the \c number parameter of vorbis_encode_ctl().