Chris@1
|
1 <html>
|
Chris@1
|
2
|
Chris@1
|
3 <head>
|
Chris@1
|
4 <title>Vorbisfile API Reference</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 Reference</h1>
|
Chris@1
|
17
|
Chris@1
|
18 <p>
|
Chris@1
|
19 <b>Data Structures</b><br>
|
Chris@1
|
20 <a href="OggVorbis_File.html">OggVorbis_File</a><br>
|
Chris@1
|
21 <a href="ov_callbacks.html">ov_callbacks</a><br>
|
Chris@1
|
22 <br>
|
Chris@1
|
23 <b>Data Structures from <a href="../libvorbis/index.html">libvorbis</a></b><br>
|
Chris@1
|
24 <a href="../libvorbis/vorbis_comment.html">vorbis_comment</a><br>
|
Chris@1
|
25 <a href="../libvorbis/vorbis_info.html">vorbis_info</a><br>
|
Chris@1
|
26 <br>
|
Chris@1
|
27 <b>Setup/Teardown</b><br>
|
Chris@1
|
28 <a href="ov_fopen.html">ov_fopen()</a><br>
|
Chris@1
|
29 <a href="ov_open.html">ov_open()</a><br>
|
Chris@1
|
30 <a href="ov_open_callbacks.html">ov_open_callbacks()</a><br>
|
Chris@1
|
31 <a href="ov_clear.html">ov_clear()</a><br>
|
Chris@1
|
32 <a href="ov_test.html">ov_test()</a><br>
|
Chris@1
|
33 <a href="ov_test_callbacks.html">ov_test_callbacks()</a><br>
|
Chris@1
|
34 <a href="ov_test_open.html">ov_test_open()</a><br>
|
Chris@1
|
35 <br>
|
Chris@1
|
36 <b>Decoding</b><br>
|
Chris@1
|
37 <a href="ov_read.html">ov_read()</a><br>
|
Chris@1
|
38 <a href="ov_read_float.html">ov_read_float()</a><br>
|
Chris@1
|
39 <a href="ov_read_filter.html">ov_read_filter()</a><br>
|
Chris@1
|
40 <a href="ov_crosslap.html">ov_crosslap()</a><br>
|
Chris@1
|
41 <br>
|
Chris@1
|
42 <b>Seeking</b><br>
|
Chris@1
|
43 <a href="ov_raw_seek.html">ov_raw_seek()</a><br>
|
Chris@1
|
44 <a href="ov_pcm_seek.html">ov_pcm_seek()</a><br>
|
Chris@1
|
45 <a href="ov_time_seek.html">ov_time_seek()</a><br>
|
Chris@1
|
46 <a href="ov_pcm_seek_page.html">ov_pcm_seek_page()</a><br>
|
Chris@1
|
47 <a href="ov_time_seek_page.html">ov_time_seek_page()</a><p>
|
Chris@1
|
48 <a href="ov_raw_seek_lap.html">ov_raw_seek_lap()</a><br>
|
Chris@1
|
49 <a href="ov_pcm_seek_lap.html">ov_pcm_seek_lap()</a><br>
|
Chris@1
|
50 <a href="ov_time_seek_lap.html">ov_time_seek_lap()</a><br>
|
Chris@1
|
51 <a href="ov_pcm_seek_page_lap.html">ov_pcm_seek_page_lap()</a><br>
|
Chris@1
|
52 <a href="ov_time_seek_page_lap.html">ov_time_seek_page_lap()</a><br>
|
Chris@1
|
53 <br>
|
Chris@1
|
54 <b>File Information</b><br>
|
Chris@1
|
55 <a href="ov_bitrate.html">ov_bitrate()</a><br>
|
Chris@1
|
56 <a href="ov_bitrate_instant.html">ov_bitrate_instant()</a><br>
|
Chris@1
|
57 <a href="ov_streams.html">ov_streams()</a><br>
|
Chris@1
|
58 <a href="ov_seekable.html">ov_seekable()</a><br>
|
Chris@1
|
59 <a href="ov_serialnumber.html">ov_serialnumber()</a><br>
|
Chris@1
|
60 <a href="ov_raw_total.html">ov_raw_total()</a><br>
|
Chris@1
|
61 <a href="ov_pcm_total.html">ov_pcm_total()</a><br>
|
Chris@1
|
62 <a href="ov_time_total.html">ov_time_total()</a><br>
|
Chris@1
|
63 <a href="ov_raw_tell.html">ov_raw_tell()</a><br>
|
Chris@1
|
64 <a href="ov_pcm_tell.html">ov_pcm_tell()</a><br>
|
Chris@1
|
65 <a href="ov_time_tell.html">ov_time_tell()</a><br>
|
Chris@1
|
66 <a href="ov_info.html">ov_info()</a><br>
|
Chris@1
|
67 <a href="ov_comment.html">ov_comment()</a><br>
|
Chris@1
|
68 <br>
|
Chris@1
|
69 <b><a href="../libvorbis/return.html">Return Codes</a> (from <a href="../libvorbis/index.html">libvorbis</a>)</b><br>
|
Chris@1
|
70
|
Chris@1
|
71
|
Chris@1
|
72 <br><br>
|
Chris@1
|
73 <hr noshade>
|
Chris@1
|
74 <table border=0 width=100%>
|
Chris@1
|
75 <tr valign=top>
|
Chris@1
|
76 <td><p class=tiny>copyright © 2000-2010 Xiph.Org</p></td>
|
Chris@1
|
77 <td align=right><p class=tiny><a href="http://www.xiph.org/ogg/vorbis/">Ogg Vorbis</a></p></td>
|
Chris@1
|
78 </tr><tr>
|
Chris@1
|
79 <td><p class=tiny>Vorbisfile documentation</p></td>
|
Chris@1
|
80 <td align=right><p class=tiny>vorbisfile version 1.3.2 - 20101101</p></td>
|
Chris@1
|
81 </tr>
|
Chris@1
|
82 </table>
|
Chris@1
|
83
|
Chris@1
|
84 </body>
|
Chris@1
|
85
|
Chris@1
|
86 </html>
|