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.2.0 - 20070723</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_fopen.html">ov_fopen()</a><br> |
---|
27 | <a href="ov_open.html">ov_open()</a><br> |
---|
28 | <a href="ov_open_callbacks.html">ov_open_callbacks()</a><br> |
---|
29 | <a href="ov_clear.html">ov_clear()</a><br> |
---|
30 | <a href="ov_test.html">ov_test()</a><br> |
---|
31 | <a href="ov_test_callbacks.html">ov_test_callbacks()</a><br> |
---|
32 | <a href="ov_test_open.html">ov_test_open()</a><br> |
---|
33 | <br> |
---|
34 | <b>Decoding</b><br> |
---|
35 | <a href="ov_read.html">ov_read()</a><br> |
---|
36 | <a href="ov_read_float.html">ov_read_float()</a><br> |
---|
37 | <a href="ov_crosslap.html">ov_crosslap()</a><br> |
---|
38 | <br> |
---|
39 | <b>Seeking</b><br> |
---|
40 | <a href="ov_raw_seek.html">ov_raw_seek()</a><br> |
---|
41 | <a href="ov_pcm_seek.html">ov_pcm_seek()</a><br> |
---|
42 | <a href="ov_time_seek.html">ov_time_seek()</a><br> |
---|
43 | <a href="ov_pcm_seek_page.html">ov_pcm_seek_page()</a><br> |
---|
44 | <a href="ov_time_seek_page.html">ov_time_seek_page()</a><p> |
---|
45 | <a href="ov_raw_seek_lap.html">ov_raw_seek_lap()</a><br> |
---|
46 | <a href="ov_pcm_seek_lap.html">ov_pcm_seek_lap()</a><br> |
---|
47 | <a href="ov_time_seek_lap.html">ov_time_seek_lap()</a><br> |
---|
48 | <a href="ov_pcm_seek_page_lap.html">ov_pcm_seek_page_lap()</a><br> |
---|
49 | <a href="ov_time_seek_page_lap.html">ov_time_seek_page_lap()</a><br> |
---|
50 | <br> |
---|
51 | <b>File Information</b><br> |
---|
52 | <a href="ov_bitrate.html">ov_bitrate()</a><br> |
---|
53 | <a href="ov_bitrate_instant.html">ov_bitrate_instant()</a><br> |
---|
54 | <a href="ov_streams.html">ov_streams()</a><br> |
---|
55 | <a href="ov_seekable.html">ov_seekable()</a><br> |
---|
56 | <a href="ov_serialnumber.html">ov_serialnumber()</a><br> |
---|
57 | <a href="ov_raw_total.html">ov_raw_total()</a><br> |
---|
58 | <a href="ov_pcm_total.html">ov_pcm_total()</a><br> |
---|
59 | <a href="ov_time_total.html">ov_time_total()</a><br> |
---|
60 | <a href="ov_raw_tell.html">ov_raw_tell()</a><br> |
---|
61 | <a href="ov_pcm_tell.html">ov_pcm_tell()</a><br> |
---|
62 | <a href="ov_time_tell.html">ov_time_tell()</a><br> |
---|
63 | <a href="ov_info.html">ov_info()</a><br> |
---|
64 | <a href="ov_comment.html">ov_comment()</a><br> |
---|
65 | <br> |
---|
66 | <b><a href="return.html">Return Codes</a></b><br> |
---|
67 | |
---|
68 | |
---|
69 | <br><br> |
---|
70 | <hr noshade> |
---|
71 | <table border=0 width=100%> |
---|
72 | <tr valign=top> |
---|
73 | <td><p class=tiny>copyright © 2007 Xiph.org</p></td> |
---|
74 | <td align=right><p class=tiny><a href="http://www.xiph.org/ogg/vorbis/">Ogg Vorbis</a></p></td> |
---|
75 | </tr><tr> |
---|
76 | <td><p class=tiny>Vorbisfile documentation</p></td> |
---|
77 | <td align=right><p class=tiny>vorbisfile version 1.2.0 - 20070723</p></td> |
---|
78 | </tr> |
---|
79 | </table> |
---|
80 | |
---|
81 | </body> |
---|
82 | |
---|
83 | </html> |
---|