Chris@1
|
1 <html>
|
Chris@1
|
2
|
Chris@1
|
3 <head>
|
Chris@1
|
4 <title>Vorbisfile - API Overview</title>
|
Chris@1
|
5 <link rel=stylesheet href="style.css" type="text/css">
|
Chris@1
|
6 </head>
|
Chris@1
|
7
|
Chris@1
|
8 <body bgcolor=white text=black link="#5555ff" alink="#5555ff" vlink="#5555ff">
|
Chris@1
|
9 <table border=0 width=100%>
|
Chris@1
|
10 <tr>
|
Chris@1
|
11 <td><p class=tiny>Vorbisfile documentation</p></td>
|
Chris@1
|
12 <td align=right><p class=tiny>vorbisfile version 1.3.2 - 20101101</p></td>
|
Chris@1
|
13 </tr>
|
Chris@1
|
14 </table>
|
Chris@1
|
15
|
Chris@1
|
16 <h1>Vorbisfile API Overview</h1>
|
Chris@1
|
17
|
Chris@1
|
18 <p>The makeup of the Vorbisfile libvorbisfile library API is relatively
|
Chris@1
|
19 simple. It revolves around a single file resource. This file resource is
|
Chris@1
|
20 passed to libvorbisfile, where it is opened, manipulated, and closed,
|
Chris@1
|
21 in the form of an <a href="OggVorbis_File.html">OggVorbis_File</a>
|
Chris@1
|
22 struct.
|
Chris@1
|
23 <p>
|
Chris@1
|
24 The Vorbisfile API consists of the following functional categories:
|
Chris@1
|
25 <p>
|
Chris@1
|
26 <ul>
|
Chris@1
|
27 <li><p><a href="datastructures.html">Base data structures</a>
|
Chris@1
|
28 <li><p><a href="initialization.html">Setup/Teardown</a>
|
Chris@1
|
29 <li><p><a href="decoding.html">Decoding</a>
|
Chris@1
|
30 <li><p><a href="seeking.html">Seeking</a>
|
Chris@1
|
31 <li><p><a href="fileinfo.html">File Information</a>
|
Chris@1
|
32 </ul>
|
Chris@1
|
33 <p>
|
Chris@1
|
34 In addition, the following subjects deserve attention additional to
|
Chris@1
|
35 the above general overview:
|
Chris@1
|
36 <p>
|
Chris@1
|
37 <ul>
|
Chris@1
|
38 <li><p><a href="threads.html">Threading and thread safety</a>
|
Chris@1
|
39 <li><p><a href="callbacks.html">Using [non stdio] custom stream I/O
|
Chris@1
|
40 via callbacks</a>
|
Chris@1
|
41 <li><p><a href="crosslap.html">Sample crosslapping</a>
|
Chris@1
|
42 </ul>
|
Chris@1
|
43 <p>
|
Chris@1
|
44
|
Chris@1
|
45
|
Chris@1
|
46 <br><br>
|
Chris@1
|
47 <hr noshade>
|
Chris@1
|
48 <table border=0 width=100%>
|
Chris@1
|
49 <tr valign=top>
|
Chris@1
|
50 <td><p class=tiny>copyright © 2000-2010 Xiph.Org</p></td>
|
Chris@1
|
51 <td align=right><p class=tiny><a href="http://www.xiph.org/ogg/vorbis/">Ogg Vorbis</a></p></td>
|
Chris@1
|
52 </tr><tr>
|
Chris@1
|
53 <td><p class=tiny>Vorbisfile documentation</p></td>
|
Chris@1
|
54 <td align=right><p class=tiny>vorbisfile version 1.3.2 - 20101101</p></td>
|
Chris@1
|
55 </tr>
|
Chris@1
|
56 </table>
|
Chris@1
|
57
|
Chris@1
|
58 </body>
|
Chris@1
|
59
|
Chris@1
|
60 </html>
|
Chris@1
|
61
|