vorbisfile docs updated for rc3.
[platform/upstream/libvorbis.git] / doc / vorbisfile / reference.html
1 <html>
2
3 <head>
4 <title>Vorbisfile API Reference</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 - 20011218</p></td>
13 </tr>
14 </table>
15
16 <h1>Vorbisfile API Reference</h1>
17
18 <p>
19 <b>Data Structures</b><br>
20 <a href="OggVorbis_File.html">OggVorbis_File</a><br>
21 <a href="vorbis_comment.html">vorbis_comment</a><br>
22 <a href="vorbis_info.html">vorbis_info</a><br>
23 <a href="ov_callbacks.html">ov_callbacks</a><br>
24 <br>
25 <b>Setup/Teardown</b><br>
26 <a href="ov_open.html">ov_open()</a><br>
27 <a href="ov_open_callbacks.html">ov_open_callbacks()</a><br>
28 <a href="ov_clear.html">ov_clear()</a><br>
29 <a href="ov_test.html">ov_test()</a><br>
30 <a href="ov_test_callbacks.html">ov_test_callbacks()</a><br>
31 <a href="ov_test_open.html">ov_test_open()</a><br>
32 <br>
33 <b>Decoding</b><br>
34 <a href="ov_read.html">ov_read()</a><br>
35 <a href="ov_read_float.html">ov_read_float()</a><br>
36 <br>
37 <b>Seeking</b><br>
38 <a href="ov_raw_seek.html">ov_raw_seek()</a><br>
39 <a href="ov_pcm_seek.html">ov_pcm_seek()</a><br>
40 <a href="ov_time_seek.html">ov_time_seek()</a><br>
41 <br>
42 <b>File Information</b><br>
43 <a href="ov_bitrate.html">ov_bitrate()</a><br>
44 <a href="ov_bitrate_instant.html">ov_bitrate_instant()</a><br>
45 <a href="ov_streams.html">ov_streams()</a><br>
46 <a href="ov_seekable.html">ov_seekable()</a><br>
47 <a href="ov_serialnumber.html">ov_serialnumber()</a><br>
48 <a href="ov_raw_total.html">ov_raw_total()</a><br>
49 <a href="ov_pcm_total.html">ov_pcm_total()</a><br>
50 <a href="ov_time_total.html">ov_time_total()</a><br>
51 <a href="ov_raw_tell.html">ov_raw_tell()</a><br>
52 <a href="ov_pcm_tell.html">ov_pcm_tell()</a><br>
53 <a href="ov_time_tell.html">ov_time_tell()</a><br>
54 <a href="ov_info.html">ov_info()</a><br>
55 <a href="ov_comment.html">ov_comment()</a><br>
56 <br><br>
57 <hr noshade>
58 <table border=0 width=100%>
59 <tr valign=top>
60 <td><p class=tiny>copyright &copy; 2001 vorbis team</p></td>
61 <td align=right><p class=tiny><a href="http://www.xiph.org/ogg/vorbis/index.html">Ogg Vorbis</a><br><a href="mailto:team@vorbis.org">team@vorbis.org</a></p></td>
62 </tr><tr>
63 <td><p class=tiny>vorbisfile documentation</p></td>
64 <td align=right><p class=tiny>vorbisfile - 20011218</p></td>
65 </tr>
66 </table>
67
68 </body>
69
70 </html>