Merge branch_beta3 onto the mainline.
[platform/upstream/libvorbis.git] / doc / vorbisfile / decoding.html
1 <html>
2
3 <head>
4 <title>vorbisfile - Decoding</title>
5 <link rel=stylesheet href="style.css" type="text/css">
6 </head>
7
8 <body bgcolor=white text=black link="#5555ff" alink="#5555ff" vlink="#5555ff">
9 <table border=0 width=100%>
10 <tr>
11 <td><p class=tiny>vorbisfile documentation</p></td>
12 <td align=right><p class=tiny>vorbisfile version 1.25 - 20000615</p></td>
13 </tr>
14 </table>
15
16 <h1>Decoding</h1>
17
18 <p>
19 All the <b>vorbisfile</b> decoding routines are declared in "vorbis/vorbisfile.h".
20 <p>
21
22 <table border=1 color=black width=50% cellspacing=0 cellpadding=7>
23 <tr bgcolor=#cccccc>
24         <td><b>function</b></td>
25         <td><b>purpose</b></td>
26 </tr>
27 <tr valign=top>
28         <td><a href="ov_read.html">ov_read</a></td>
29         <td>This function makes up the main chunk of a decode loop. It takes an
30 OggVorbis_File structure, which must have been initialized by a previous
31 call to <a href="ov_open.html"><tt>ov_open()</tt></a>.</td>
32 </tr>
33 </table>
34
35 <br><br>
36 <hr noshade>
37 <table border=0 width=100%>
38 <tr valign=top>
39 <td><p class=tiny>copyright &copy; 2000 Xiphophorus</p></td>
40 <td align=right><p class=tiny><a href="http://www.vorbis.org/">www.vorbis.org</a><br><a href="mailto:team@icecast.org">team@icecast.org</a></p></td>
41 </tr><tr>
42 <td><p class=tiny>vorbisfile documentation</p></td>
43 <td align=right><p class=tiny>vorbisfile version 1.25 - 20000615</p></td>
44 </tr>
45 </table>
46
47
48 </body>
49
50 </html>