4 <title>libvorbis - function - vorbis_info_blocksize</title>
5 <link rel=stylesheet href="style.css" type="text/css">
8 <body bgcolor=white text=black link="#5555ff" alink="#5555ff" vlink="#5555ff">
9 <table border=0 width=100%>
11 <td><p class=tiny>libvorbis documentation</p></td>
12 <td align=right><p class=tiny>libvorbis version 1.3.2 - 20101101</p></td>
16 <h1>vorbis_info_blocksize</h1>
18 <p><i>declared in "vorbis/codec.h";</i></p>
20 <p>This function gets the possible sizes for encoded blocks. There
21 are short blocks (zo = 0) and long blocks (zo = 1). The size of a long
22 block is guaranteed to be greater than or equal to the size of a short
25 <table border=0 color=black cellspacing=0 cellpadding=7>
29 extern int vorbis_info_blocksize(vorbis_info *vi,int zo);
38 <dd>Pointer to the vorbis_info struct.</dd>
40 <dd>Integer for which block size to get: 0 for short and 1 for long</dd>
44 <h3>Return Values</h3>
46 <li>A positive integer for the block size.</li>
53 <table border=0 width=100%>
55 <td><p class=tiny>copyright © 2010 Xiph.Org</p></td>
56 <td align=right><p class=tiny><a href="https://xiph.org/vorbis/">Ogg Vorbis</a></p></td>
58 <td><p class=tiny>libvorbis documentation</p></td>
59 <td align=right><p class=tiny>libvorbis version 1.3.2 - 20101101</p></td>