overview.html 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. <html>
  2. <head>
  3. <title>libvorbisenc - API Overview</title>
  4. <link rel=stylesheet href="style.css" type="text/css">
  5. </head>
  6. <body bgcolor=white text=black link="#5555ff" alink="#5555ff" vlink="#5555ff">
  7. <table border=0 width=100%>
  8. <tr>
  9. <td><p class=tiny>libvorbisenc documentation</p></td>
  10. <td align=right><p class=tiny>libvorbisenc version 1.1.2.2 - 20001104</p></td>
  11. </tr>
  12. </table>
  13. <h1>Libvorbisenc API Overview</h1>
  14. <p>The current version of libvorbisenc is very simple. It contains an initialization function to set up the encoding engine properly.
  15. It also contains a control function to be used in the future to tweak encoder settings.
  16. <p>
  17. All the <b>libvorbisenc</b> routines are declared in "vorbis/vorbisenc.h".
  18. <p>
  19. <table border=1 color=black width=50% cellspacing=0 cellpadding=7>
  20. <tr bgcolor=#cccccc>
  21. <td><b>function</b></td>
  22. <td><b>purpose</b></td>
  23. </tr>
  24. <tr valign=top>
  25. <td><a href="vorbis_encode_init.html">vorbis_encode_init</a></td>
  26. <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>
  27. </tr>
  28. <tr valign=top>
  29. <td><a href="vorbis_encode_init_vbr.html">vorbis_encode_init_vbr</a></td>
  30. <td>This function takes a <a href="vorbis_info.html">vorbis_info</a> struct
  31. and encoding parameters for VBR encoding.</td>
  32. </tr>
  33. <tr valign=top>
  34. <td><a href="vorbis_encode_ctl.html">vorbis_encode_ctl</a></td>
  35. <td>Function in progress, to be used in future versions of this API.</td>
  36. </tr>
  37. </table>
  38. <br><br>
  39. <hr noshade>
  40. <table border=0 width=100%>
  41. <tr valign=top>
  42. <td><p class=tiny>copyright &copy; 2000 vorbis team</p></td>
  43. <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>
  44. </tr><tr>
  45. <td><p class=tiny>vorbisfile documentation</p></td>
  46. <td align=right><p class=tiny>vorbisfile version 1.25 - 20000615</p></td>
  47. </tr>
  48. </table>
  49. </body>
  50. </html>