]> git.jsancho.org Git - lugaru.git/blob - libvorbis-1.0.1/doc/vorbisenc/vorbis_encode_ctl.html
First shot at an OpenAL renderer. Sound effects work, no music.
[lugaru.git] / libvorbis-1.0.1 / doc / vorbisenc / vorbis_encode_ctl.html
1 <html>
2
3 <head>
4 <title>libvorbisenc - function - vorbis_encode_ctl</title>
5 <link rel=stylesheet href="style.css" type="text/css">
6 </head>
7
8 <body bgcolor=white text=black link="#5555ff" alink="#5555ff" vlink="#5555ff">
9 <table border=0 width=100%>
10 <tr>
11 <td><p class=tiny>libvorbisenc documentation</p></td>
12 <td align=right><p class=tiny>libvorbisenc version 1.1.2.2 - 20001104</p></td>
13 </tr>
14 </table>
15
16 <h1>vorbis_encode_ctl</h1>
17
18 <p><i>declared in "vorbis/libvorbisenc.h";</i></p>
19
20 <p>This function is part of the libvorbisenc API, but has not yet been implemented.
21 <p>However, the API call is set and will not change.
22 <p>
23 <br><br>
24 <table border=0 color=black cellspacing=0 cellpadding=7>
25 <tr bgcolor=#cccccc>
26         <td>
27 <pre><b>
28 extern int vorbis_encode_ctl(vorbis_info *vi,int number,void *arg);
29
30 </b></pre>
31         </td>
32 </tr>
33 </table>
34
35 <h3>Parameters</h3>
36 <dl>
37 <dt><i>vi</i></dt>
38 <dd>File pointer to an initialized <a href="vorbis_info.html">vorbis_info</a> struct.</dd>
39 <dt><i>number</i></dt>
40 <dd>Not yet implemented.</dd>
41 <dt><i>arg</i></dt>
42 <dd>Not yet implemented.</dd>
43
44
45 <h3>Return Values</h3>
46 <blockquote>
47 <li>
48 <li>OV_EIMPL is always returned, as this function has not yet been implemented.</li>
49 </blockquote>
50 <p>
51
52 <br><br>
53 <hr noshade>
54 <table border=0 width=100%>
55 <tr valign=top>
56 <td><p class=tiny>copyright &copy; 2000 xiph.org</p></td>
57 <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>
58 </tr><tr>
59 <td><p class=tiny>libvorbisenc documentation</p></td>
60 <td align=right><p class=tiny>libvorbisenc version 1.1.2.2 - 20001106</p></td>
61 </tr>
62 </table>
63
64
65 </body>
66
67 </html>