4 <title>libvorbis - function - vorbis_info_init</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_init</h1>
18 <p><i>declared in "vorbis/codec.h";</i></p>
20 <p>This function initializes a <a href="vorbis_info.html">vorbis_info</a>
21 structure and allocates its internal storage.</p>
23 <table border=0 color=black cellspacing=0 cellpadding=7>
27 extern void vorbis_info_init(vorbis_info *vi);
36 <dd>Pointer to a vorbis_info struct to be initialized.</dd>
40 <h3>Return Values</h3>
49 <table border=0 width=100%>
51 <td><p class=tiny>copyright © 2010 Xiph.Org</p></td>
52 <td align=right><p class=tiny><a href="http://www.xiph.org/ogg/vorbis/index.html">Ogg Vorbis</a></p></td>
54 <td><p class=tiny>libvorbis documentation</p></td>
55 <td align=right><p class=tiny>libvorbis version 1.3.2 - 20101101</p></td>