Replace this (which was accidently a copy of the vorbisfile reference doc)
authorMike Smith <msmith@xiph.org>
Sat, 18 Jan 2003 15:30:50 +0000 (15:30 +0000)
committerMike Smith <msmith@xiph.org>
Sat, 18 Jan 2003 15:30:50 +0000 (15:30 +0000)
with a new doc for vorbisenc.

svn path=/trunk/vorbis/; revision=4270

doc/vorbisenc/reference.html

index 0649e22..2c879c8 100644 (file)
@@ -8,56 +8,31 @@
 <body bgcolor=white text=black link="#5555ff" alink="#5555ff" vlink="#5555ff">
 <table border=0 width=100%>
 <tr>
-<td><p class=tiny>vorbisfile documentation</p></td>
-<td align=right><p class=tiny>vorbisfile version 1.25 - 20000615</p></td>
+<td><p class=tiny>vorbisenc documentation</p></td>
+<td align=right><p class=tiny>vorbisfile version 1.0</p></td>
 </tr>
 </table>
 
-<h1>Vorbisfile API Reference</h1>
+<h1>Vorbisenc API Reference</h1>
 
 <p>
 <b>Data Structures</b><br>
-<a href="OggVorbis_File.html">OggVorbis_File</a><br>
-<a href="vorbis_comment.html">vorbis_comment</a><br>
 <a href="vorbis_info.html">vorbis_info</a><br>
-<a href="ov_callbacks.html">ov_callbacks</a><br>
 <br>
-<b>Setup/Teardown</b><br>
-<a href="ov_open.html">ov_open()</a><br>
-<a href="ov_open_callbacks.html">ov_open_callbacks()</a><br>
-<a href="ov_clear.html">ov_clear()</a><br>
+<b>Encoder Setup</b><br>
+<a href="vorbis_encode_setup.html">vorbis_encode_setup()</a><br>
+<a href="vorbis_encode_setup_vbr.html">vorbis_encode_setup_vbr()</a><br>
+<a href="vorbis_encode_ctl.html">vorbis_encode_ctl()</a><br>
 <br>
-<b>Decoding</b><br>
-<a href="ov_read.html">ov_read()</a><br>
 <br>
-<b>Seeking</b><br>
-<a href="ov_raw_seek.html">ov_raw_seek()</a><br>
-<a href="ov_pcm_seek.html">ov_pcm_seek()</a><br>
-<a href="ov_time_seek.html">ov_time_seek()</a><br>
-<br>
-<b>File Information</b><br>
-<a href="ov_bitrate.html">ov_bitrate()</a><br>
-<a href="ov_bitrate_instant.html">ov_bitrate_instant()</a><br>
-<a href="ov_streams.html">ov_streams()</a><br>
-<a href="ov_seekable.html">ov_seekable()</a><br>
-<a href="ov_serialnumber.html">ov_serialnumber()</a><br>
-<a href="ov_raw_total.html">ov_raw_total()</a><br>
-<a href="ov_pcm_total.html">ov_pcm_total()</a><br>
-<a href="ov_time_total.html">ov_time_total()</a><br>
-<a href="ov_raw_tell.html">ov_raw_tell()</a><br>
-<a href="ov_pcm_tell.html">ov_pcm_tell()</a><br>
-<a href="ov_time_tell.html">ov_time_tell()</a><br>
-<a href="ov_info.html">ov_info()</a><br>
-<a href="ov_comment.html">ov_comment()</a><br>
-<br><br>
 <hr noshade>
 <table border=0 width=100%>
 <tr valign=top>
-<td><p class=tiny>copyright &copy; 2000 vorbis team</p></td>
+<td><p class=tiny>copyright &copy; 2003 vorbis team</p></td>
 <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>
 </tr><tr>
-<td><p class=tiny>vorbisfile documentation</p></td>
-<td align=right><p class=tiny>vorbisfile version 1.25 - 20000615</p></td>
+<td><p class=tiny>vorbisenc documentation</p></td>
+<td align=right><p class=tiny>vorbisenc version 1.0</p></td>
 </tr>
 </table>