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