reference.html 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  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 version 1.3.2 - 20101101</p></td>
  11. </tr>
  12. </table>
  13. <h1>Vorbisenc API Reference</h1>
  14. <h2>Data Structures</h2>
  15. <p>
  16. <a href="../libvorbis/vorbis_info.html">vorbis_info</a> (from <a href="../libvorbis/index.html">libvorbis</a>)<br>
  17. <a href="ovectl_ratemanage_arg.html">ovectl_ratemanage_arg</a><br>
  18. <a href="ovectl_ratemanage2_arg.html">ovectl_ratemanage2_arg</a><br>
  19. </p>
  20. <h2>Encoder Setup</h2>
  21. <p>
  22. <a href="vorbis_encode_ctl.html">vorbis_encode_ctl()</a><br>
  23. <a href="vorbis_encode_init.html">vorbis_encode_init()</a><br>
  24. <a href="vorbis_encode_init_vbr.html">vorbis_encode_init_vbr()</a><br>
  25. <a href="vorbis_encode_setup_init.html">vorbis_encode_setup_init()</a><br>
  26. <a href="vorbis_encode_setup_managed.html">vorbis_encode_setup_managed()</a><br>
  27. <a href="vorbis_encode_setup_vbr.html">vorbis_encode_setup_vbr()</a><br>
  28. </p>
  29. <p>The actual encoding is done using the <a href="../libvorbis/index.html">libvorbis API</a>.</p>
  30. <br>
  31. <br>
  32. <hr noshade>
  33. <table border=0 width=100%>
  34. <tr valign=top>
  35. <td><p class=tiny>copyright &copy; 2000-2010 Xiph.Org</p></td>
  36. <td align=right><p class=tiny><a href="http://www.xiph.org/ogg/vorbis/index.html">Ogg Vorbis</a></p></td>
  37. </tr><tr>
  38. <td><p class=tiny>libvorbisenc documentation</p></td>
  39. <td align=right><p class=tiny>libvorbisenc version 1.3.2 - 20101101</p></td>
  40. </tr>
  41. </table>
  42. </body>
  43. </html>