| libvorbis documentation | libvorbis version 1.3.2 - 20101101 | 
declared in "vorbis/codec.h";
This function gets the possible sizes for encoded blocks. There are short blocks (zo = 0) and long blocks (zo = 1). The size of a long block is guaranteed to be greater than or equal to the size of a short block.
| extern int vorbis_info_blocksize(vorbis_info *vi,int zo); | 
A positive integer for the block size. -1 on error. 
| copyright © 2010 Xiph.Org | |
| libvorbis documentation | libvorbis version 1.3.2 - 20101101 |