vorbis_encode_ctl.html 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. <html>
  2. <head>
  3. <title>libvorbisenc - function - vorbis_encode_ctl</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>vorbis_encode_ctl</h1>
  14. <p><i>declared in "vorbis/libvorbisenc.h";</i></p>
  15. <p>This function is part of the libvorbisenc API, but has not yet been implemented.
  16. <p>However, the API call is set and will not change.
  17. <p>
  18. <br><br>
  19. <table border=0 color=black cellspacing=0 cellpadding=7>
  20. <tr bgcolor=#cccccc>
  21. <td>
  22. <pre><b>
  23. extern int vorbis_encode_ctl(vorbis_info *vi,int number,void *arg);
  24. </b></pre>
  25. </td>
  26. </tr>
  27. </table>
  28. <h3>Parameters</h3>
  29. <dl>
  30. <dt><i>vi</i></dt>
  31. <dd>File pointer to an initialized <a href="vorbis_info.html">vorbis_info</a> struct.</dd>
  32. <dt><i>number</i></dt>
  33. <dd>Not yet implemented.</dd>
  34. <dt><i>arg</i></dt>
  35. <dd>Not yet implemented.</dd>
  36. <h3>Return Values</h3>
  37. <blockquote>
  38. <li>
  39. <li>OV_EIMPL is always returned, as this function has not yet been implemented.</li>
  40. </blockquote>
  41. <p>
  42. <br><br>
  43. <hr noshade>
  44. <table border=0 width=100%>
  45. <tr valign=top>
  46. <td><p class=tiny>copyright &copy; 2000 xiph.org</p></td>
  47. <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>
  48. </tr><tr>
  49. <td><p class=tiny>libvorbisenc documentation</p></td>
  50. <td align=right><p class=tiny>libvorbisenc version 1.1.2.2 - 20001106</p></td>
  51. </tr>
  52. </table>
  53. </body>
  54. </html>