[xiph-cvs] cvs commit: vorbis/doc/vorbisenc reference.html
Michael Smith
msmith at xiph.org
Sat Jan 18 07:30:51 PST 2003
msmith 03/01/18 10:30:50
Modified: doc/vorbisenc reference.html
Log:
Replace this (which was accidently a copy of the vorbisfile reference doc)
with a new doc for vorbisenc.
Revision Changes Path
1.2 +10 -35 vorbis/doc/vorbisenc/reference.html
Index: reference.html
===================================================================
RCS file: /usr/local/cvsroot/vorbis/doc/vorbisenc/reference.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- reference.html 7 Nov 2000 09:15:53 -0000 1.1
+++ reference.html 18 Jan 2003 15:30:50 -0000 1.2
@@ -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>
-OggVorbis_File<br>
-vorbis_comment<br>
<a href="vorbis_info.html">vorbis_info</a><br>
-ov_callbacks<br>
<br>
-<b>Setup/Teardown</b><br>
-ov_open()<br>
-ov_open_callbacks()<br>
-ov_clear()<br>
+<b>Encoder Setup</b><br>
+vorbis_encode_setup()<br>
+vorbis_encode_setup_vbr()<br>
+vorbis_encode_ctl()<br>
<br>
-<b>Decoding</b><br>
-ov_read()<br>
<br>
-<b>Seeking</b><br>
-ov_raw_seek()<br>
-ov_pcm_seek()<br>
-ov_time_seek()<br>
-<br>
-<b>File Information</b><br>
-ov_bitrate()<br>
-ov_bitrate_instant()<br>
-ov_streams()<br>
-ov_seekable()<br>
-ov_serialnumber()<br>
-ov_raw_total()<br>
-ov_pcm_total()<br>
-ov_time_total()<br>
-ov_raw_tell()<br>
-ov_pcm_tell()<br>
-ov_time_tell()<br>
-ov_info()<br>
-ov_comment()<br>
-<br><br>
<hr noshade>
<table border=0 width=100%>
<tr valign=top>
-<td><p class=tiny>copyright © 2000 vorbis team</p></td>
+<td><p class=tiny>copyright © 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 at vorbis.org">team at 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>
<p><p>--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
More information about the commits
mailing list