1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768 |
- <html>
- <head>
- <title>libvorbisenc - function - vorbis_encode_ctl</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>vorbis_encode_ctl</h1>
- <p><i>declared in "vorbis/libvorbisenc.h";</i></p>
- <p>This function is part of the libvorbisenc API, but has not yet been implemented.
- <p>However, the API call is set and will not change.
- <p>
- <br><br>
- <table border=0 color=black cellspacing=0 cellpadding=7>
- <tr bgcolor=#cccccc>
- <td>
- <pre><b>
- extern int vorbis_encode_ctl(vorbis_info *vi,int number,void *arg);
- </b></pre>
- </td>
- </tr>
- </table>
- <h3>Parameters</h3>
- <dl>
- <dt><i>vi</i></dt>
- <dd>File pointer to an initialized <a href="vorbis_info.html">vorbis_info</a> struct.</dd>
- <dt><i>number</i></dt>
- <dd>Not yet implemented.</dd>
- <dt><i>arg</i></dt>
- <dd>Not yet implemented.</dd>
- <h3>Return Values</h3>
- <blockquote>
- <li>
- <li>OV_EIMPL is always returned, as this function has not yet been implemented.</li>
- </blockquote>
- <p>
- <br><br>
- <hr noshade>
- <table border=0 width=100%>
- <tr valign=top>
- <td><p class=tiny>copyright © 2000 xiph.org</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>libvorbisenc documentation</p></td>
- <td align=right><p class=tiny>libvorbisenc version 1.1.2.2 - 20001106</p></td>
- </tr>
- </table>
- </body>
- </html>
|