libvorbisenc documentation |
libvorbisenc release 1.1 - 20040709 |
declared in "vorbis/libvorbisenc.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 © 2004 xiph.org |
|
libvorbisenc documentation |
libvorbisenc release 1.1 - 20040709 |