| libvorbis documentation | libvorbis version 1.3.2 - 20101101 | 
declared in "vorbis/codec.h";
This function returns the next available completed packet from the bitrate management engine. It should be called in a loop after any call to vorbis_bitrate_addblock() until it returns either 0 (more data needed) or a negative value (error).
The data returned in the ogg_packet structure can be copied to the final compressed output stream.
| 
extern int      vorbis_bitrate_flushpacket(vorbis_dsp_state *vd,
                                           ogg_packet *op);
 | 
| copyright © 2010 Xiph.Org | |
| libvorbis documentation | libvorbis version 1.3.2 - 20101101 |