1<html> 2 3<head> 4<title>Vorbisfile API Reference</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>vorbisenc documentation</p></td> 12<td align=right><p class=tiny>libvorbisenc release 1.1 - 20040709</p></td> 13</tr> 14</table> 15 16<h1>Vorbisenc API Reference</h1> 17 18<h2>Data Structures</h2> 19 20<p> 21<a href="vorbis_info.html">vorbis_info</a><br> 22<a href="ov_ectl_ratemanage_arg.html">ov_ectl_ratemanage_arg</a><br> 23<a href="ov_ectl_ratemanage2_arg.html">ov_ectl_ratemanage2_arg</a><br> 24</p> 25 26<h2>Encoder Setup</h2> 27 28<p> 29<a href="vorbis_encode_ctl.html">vorbis_encode_ctl()</a><br> 30<a href="vorbis_encode_init.html">vorbis_encode_init()</a><br> 31<a href="vorbis_encode_init_vbr.html">vorbis_encode_init_vbr()</a><br> 32<a href="vorbis_encode_setup_init.html">vorbis_encode_setup_init()</a><br> 33<a href="vorbis_encode_setup_managed.html">vorbis_encode_setup_managed()</a><br> 34<a href="vorbis_encode_setup_vbr.html">vorbis_encode_setup_vbr()</a><br> 35</p> 36 37<h2>Encoding</h2> 38 39<p> 40<a href="vorbis_analysis_init.html">vorbis_analysis_init()</a><br> 41<a href="vorbis_block_init.html">vorbis_block_init()</a><br> 42</p> 43 44<p> 45<a href="vorbis_analysis_headerout.html">vorbis_analysis_headerout()</a><br> 46</p> 47 48<p> 49<a href="vorbis_analysis_buffer.html">vorbis_analysis_buffer()</a><br> 50<a href="vorbis_analysis_wrote.html">vorbis_analysis_wrote()</a><br> 51<a href="vorbis_analysis_blockout.html">vorbis_analysis_blockout()</a><br> 52</p> 53<p> 54<a href="vorbis_analysis.html">vorbis_analysis()</a><br> 55<a href="vorbis_bitrate_addblock.html">vorbis_bitrate_addblock()</a><br> 56<a href="vorbis_bitrate_flushpacket.html">vorbis_bitrate_flushpacket()</a><br> 57</p> 58 59<br> 60<br> 61<hr noshade> 62<table border=0 width=100%> 63<tr valign=top> 64<td><p class=tiny>copyright © 2004 vorbis team</p></td> 65<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> 66</tr><tr> 67<td><p class=tiny>libvorbisenc release 1.1 - 20040709</p></td> 68<td align=right><p class=tiny>vorbisenc version 1.1</p></td> 69</tr> 70</table> 71 72</body> 73 74</html> 75