Whole document tree
vorbis_encode_init_vbrdeclared in "vorbis/libvorbisenc.h"; This is the primary function within libvorbisenc. This is used to properly set up an encoding environment using libvorbisenc. Before this function is called, the vorbis_info struct should be initialized by using vorbis_info_init() from the libvorbis API. After encoding, vorbis_info_clear should be called. The max_bitrate, nominal_bitrate, and min_bitrate settings are used to set constraints for the encoded file. This function uses these settings to select the appropriate encoding mode and set it up.
Parameters
Return Values
|