reference.html 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. <html>
  2. <head>
  3. <title>Vorbisfile API Reference</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>vorbisenc documentation</p></td>
  10. <td align=right><p class=tiny>libvorbisenc release 1.1 - 20040709</p></td>
  11. </tr>
  12. </table>
  13. <h1>Vorbisenc API Reference</h1>
  14. <p>
  15. <b>Data Structures</b><br>
  16. <a href="vorbis_info.html">vorbis_info</a><br>
  17. <a href="ov_ectl_ratemanage_arg.html">ov_ectl_ratemanage_arg</a><br>
  18. <a href="ov_ectl_ratemanage2_arg.html">ov_ectl_ratemanage2_arg</a><br>
  19. <br>
  20. <b>Encoder Setup</b><br>
  21. <a href="vorbis_encode_ctl.html">vorbis_encode_ctl()</a><br>
  22. <a href="vorbis_encode_init.html">vorbis_encode_init()</a><br>
  23. <a href="vorbis_encode_init_vbr.html">vorbis_encode_init_vbr()</a><br>
  24. <a href="vorbis_encode_setup_init.html">vorbis_encode_setup_init()</a><br>
  25. <a href="vorbis_encode_setup_managed.html">vorbis_encode_setup_managed()</a><br>
  26. <a href="vorbis_encode_setup_vbr.html">vorbis_encode_setup_vbr()</a><br>
  27. <br>
  28. <br>
  29. <hr noshade>
  30. <table border=0 width=100%>
  31. <tr valign=top>
  32. <td><p class=tiny>copyright &copy; 2004 vorbis team</p></td>
  33. <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>
  34. </tr><tr>
  35. <td><p class=tiny>libvorbisenc release 1.1 - 20040709</p></td>
  36. <td align=right><p class=tiny>vorbisenc version 1.1</p></td>
  37. </tr>
  38. </table>
  39. </body>
  40. </html>