Merge branch_beta3 onto the mainline.
[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 version 1.25 - 20000615</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 <br>
30 <b>Decoding</b><br>
31 <a href="ov_read.html">ov_read()</a><br>
32 <br>
33 <b>Seeking</b><br>
34 <a href="ov_raw_seek.html">ov_raw_seek()</a><br>
35 <a href="ov_pcm_seek.html">ov_pcm_seek()</a><br>
36 <a href="ov_time_seek.html">ov_time_seek()</a><br>
37 <br>
38 <b>File Information</b><br>
39 <a href="ov_bitrate.html">ov_bitrate()</a><br>
40 <a href="ov_bitrate_instant.html">ov_bitrate_instant()</a><br>
41 <a href="ov_streams.html">ov_streams()</a><br>
42 <a href="ov_seekable.html">ov_seekable()</a><br>
43 <a href="ov_serialnumber.html">ov_serialnumber()</a><br>
44 <a href="ov_raw_total.html">ov_raw_total()</a><br>
45 <a href="ov_pcm_total.html">ov_pcm_total()</a><br>
46 <a href="ov_time_total.html">ov_time_total()</a><br>
47 <a href="ov_raw_tell.html">ov_raw_tell()</a><br>
48 <a href="ov_pcm_tell.html">ov_pcm_tell()</a><br>
49 <a href="ov_time_tell.html">ov_time_tell()</a><br>
50 <a href="ov_info.html">ov_info()</a><br>
51 <a href="ov_comment.html">ov_comment()</a><br>
52 <br><br>
53 <hr noshade>
54 <table border=0 width=100%>
55 <tr valign=top>
56 <td><p class=tiny>copyright &copy; 2000 vorbis team</p></td>
57 <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>
58 </tr><tr>
59 <td><p class=tiny>vorbisfile documentation</p></td>
60 <td align=right><p class=tiny>vorbisfile version 1.25 - 20000615</p></td>
61 </tr>
62 </table>
63
64 </body>
65
66 </html>