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