libvorbisenc documentation |
libvorbisenc version 1.3.2 - 20101101 |
declared in "vorbis/vorbisenc.h";
This function implements a generic interface to miscellaneous encoder settings similar to the clasasic UNIX 'ioctl()' system call. Applications may use vorbis_encode_ctl() to query or set bitrate management or quality mode details by using one of several request arguments detailed below. Vorbis_encode_ctl() must be called after one of vorbis_encode_setup_managed() or vorbis_encode_setup_vbr(). When used to modify settings, vorbis_encode_ctl() must be called before vorbis_encode_setup_init().
extern int vorbis_encode_ctl(vorbis_info *vi,int request,void *arg); |
copyright © 2000-2010 Xiph.Org |
|
libvorbisenc documentation |
libvorbisenc version 1.3.2 - 20101101 |