several extremely minor fixes
[platform/upstream/libvorbis.git] / doc / vorbisfile / overview.html
1 <html>
2
3 <head>
4 <title>libvorbisfile - API Overview</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 Overview</h1>
17
18 <p>The makeup of the vorbisfile API is relatively simple.  It revolves around a single file resource.  This resource is passed to the Vorbisfile API, where it is opened, manipulated, and closed, in the form of an <a href="OggVorbis_File.html">OggVorbis_File</a> struct.
19 <p>
20 The vorbisfile API consists of the following functional categories:
21 <p>
22 <ul>
23 <li><p><a href="datastructures.html">Base data structures</a>
24 <li><p><a href="initialization.html">Setup/Teardown</a>
25 <li><p><a href="decoding.html">Decoding</a>
26 <li><p><a href="seeking.html">Seeking</a>
27 <li><p><a href="fileinfo.html">File Information</a>
28 </ul>
29
30 <br><br>
31 <hr noshade>
32 <table border=0 width=100%>
33 <tr valign=top>
34 <td><p class=tiny>copyright &copy; 2000 vorbis team</p></td>
35 <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>
36 </tr><tr>
37 <td><p class=tiny>vorbisfile documentation</p></td>
38 <td align=right><p class=tiny>vorbisfile version 1.25 - 20000615</p></td>
39 </tr>
40 </table>
41
42 </body>
43
44 </html>