libvorbisenc documentation |
libvorbisenc release 1.1 - 20091219 |
declared in "vorbis/codec.h";
This fuction submits a transformed block to the bitrate management engine for final encoding. Packets are buffered and the packet boundaries adjusted and padded to meet the target bitrate, if any.
After calling vorbis_bitrate_addblock(), the passed vorbis_block structure can be reused in another call to vorbis_analysis_blockout(). Call vorbis_bitrate_flushpacket() to obtain the final compressed data.
extern int vorbis_bitrate_addblock(vorbis_block *vb); |
copyright © 2009 Xiph.Org |
|
libvorbisenc documentation |
libvorbisenc release 1.1 - 20091219 |