1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- <html>
- <head>
- <title>libvorbisenc - API Overview</title>
- <link rel=stylesheet href="style.css" type="text/css">
- </head>
- <body bgcolor=white text=black link="#5555ff" alink="#5555ff" vlink="#5555ff">
- <table border=0 width=100%>
- <tr>
- <td><p class=tiny>libvorbisenc documentation</p></td>
- <td align=right><p class=tiny>libvorbisenc version 1.1.2.2 - 20001104</p></td>
- </tr>
- </table>
- <h1>Libvorbisenc API Overview</h1>
- <p>The current version of libvorbisenc is very simple. It contains an initialization function to set up the encoding engine properly.
- It also contains a control function to be used in the future to tweak encoder settings.
- <p>
- All the <b>libvorbisenc</b> routines are declared in "vorbis/vorbisenc.h".
- <p>
- <table border=1 color=black width=50% cellspacing=0 cellpadding=7>
- <tr bgcolor=#cccccc>
- <td><b>function</b></td>
- <td><b>purpose</b></td>
- </tr>
- <tr valign=top>
- <td><a href="vorbis_encode_init.html">vorbis_encode_init</a></td>
- <td>This function takes a <a href="vorbis_info.html">vorbis_info</a> struct and encoding parameters and sets up a proper encoding environment.</tt></a>.</td>
- </tr>
- <tr valign=top>
- <td><a href="vorbis_encode_init_vbr.html">vorbis_encode_init_vbr</a></td>
- <td>This function takes a <a href="vorbis_info.html">vorbis_info</a> struct
- and encoding parameters for VBR encoding.</td>
- </tr>
- <tr valign=top>
- <td><a href="vorbis_encode_ctl.html">vorbis_encode_ctl</a></td>
- <td>Function in progress, to be used in future versions of this API.</td>
- </tr>
- </table>
- <br><br>
- <hr noshade>
- <table border=0 width=100%>
- <tr valign=top>
- <td><p class=tiny>copyright © 2000 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>
- </tr>
- </table>
- </body>
- </html>
|