Mercurial > hg > sv-dependency-builds
comparison src/libvorbis-1.3.3/doc/vorbisenc/reference.html @ 86:98c1576536ae
Bring in flac, ogg, vorbis
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Tue, 19 Mar 2013 17:37:49 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
85:545efbb81310 | 86:98c1576536ae |
---|---|
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 version 1.3.2 - 20101101</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="../libvorbis/vorbis_info.html">vorbis_info</a> (from <a href="../libvorbis/index.html">libvorbis</a>)<br> | |
22 <a href="ovectl_ratemanage_arg.html">ovectl_ratemanage_arg</a><br> | |
23 <a href="ovectl_ratemanage2_arg.html">ovectl_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 <p>The actual encoding is done using the <a href="../libvorbis/index.html">libvorbis API</a>.</p> | |
38 | |
39 <br> | |
40 <br> | |
41 <hr noshade> | |
42 <table border=0 width=100%> | |
43 <tr valign=top> | |
44 <td><p class=tiny>copyright © 2000-2010 Xiph.Org</p></td> | |
45 <td align=right><p class=tiny><a href="http://www.xiph.org/ogg/vorbis/index.html">Ogg Vorbis</a></p></td> | |
46 </tr><tr> | |
47 <td><p class=tiny>libvorbisenc documentation</p></td> | |
48 <td align=right><p class=tiny>libvorbisenc version 1.3.2 - 20101101</p></td> | |
49 </tr> | |
50 </table> | |
51 | |
52 </body> | |
53 | |
54 </html> |