Mercurial > hg > sv-dependency-builds
comparison src/libvorbis-1.3.3/doc/libvorbis/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>Libvorbis 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>Libvorbis documentation</p></td> | |
| 12 <td align=right><p class=tiny>libvorbis version 1.3.2 - 20101101</p></td> | |
| 13 </tr> | |
| 14 </table> | |
| 15 | |
| 16 <h1>Libvorbis API Reference</h1> | |
| 17 | |
| 18 <p> | |
| 19 <b>Data Structures</b><br> | |
| 20 <a href="vorbis_block.html">vorbis_block</a><br> | |
| 21 <a href="vorbis_comment.html">vorbis_comment</a><br> | |
| 22 <a href="vorbis_dsp_state.html">vorbis_dsp_state</a><br> | |
| 23 <a href="vorbis_info.html">vorbis_info</a><br> | |
| 24 <br> | |
| 25 <b>Functions used by both decode and encode</b><br> | |
| 26 <a href="vorbis_block_clear.html">vorbis_block_clear()</a><br> | |
| 27 <a href="vorbis_block_init.html">vorbis_block_init()</a><br> | |
| 28 <a href="vorbis_dsp_clear.html">vorbis_dsp_clear()</a><br> | |
| 29 <a href="vorbis_granule_time.html">vorbis_granule_time()</a><br> | |
| 30 <a href="vorbis_info_blocksize.html">vorbis_info_blocksize()</a><br> | |
| 31 <a href="vorbis_info_clear.html">vorbis_info_clear()</a><br> | |
| 32 <a href="vorbis_info_init.html">vorbis_info_init()</a><br> | |
| 33 <a href="vorbis_version_string.html">vorbis_version_string()</a><br> | |
| 34 <br> | |
| 35 <b>Decoding</b><br> | |
| 36 <a href="vorbis_packet_blocksize.html">vorbis_packet_blocksize()</a><br> | |
| 37 <a href="vorbis_synthesis.html">vorbis_synthesis()</a><br> | |
| 38 <a href="vorbis_synthesis_blockin.html">vorbis_synthesis_blockin()</a><br> | |
| 39 <a href="vorbis_synthesis_halfrate.html">vorbis_synthesis_halfrate()</a><br> | |
| 40 <a href="vorbis_synthesis_halfrate_p.html">vorbis_synthesis_halfrate_p()</a><br> | |
| 41 <a href="vorbis_synthesis_headerin.html">vorbis_synthesis_headerin()</a><br> | |
| 42 <a href="vorbis_synthesis_idheader.html">vorbis_synthesis_idheader()</a><br> | |
| 43 <a href="vorbis_synthesis_init.html">vorbis_synthesis_init()</a><br> | |
| 44 <a href="vorbis_synthesis_lapout.html">vorbis_synthesis_lapout()</a><br> | |
| 45 <a href="vorbis_synthesis_pcmout.html">vorbis_synthesis_pcmout()</a><br> | |
| 46 <a href="vorbis_synthesis_read.html">vorbis_synthesis_read()</a><br> | |
| 47 <a href="vorbis_synthesis_restart.html">vorbis_synthesis_restart()</a><br> | |
| 48 <a href="vorbis_synthesis_trackonly.html">vorbis_synthesis_trackonly()</a><br> | |
| 49 <br> | |
| 50 <b>Encoding</b><br> | |
| 51 <a href="vorbis_analysis.html">vorbis_analysis()</a><br> | |
| 52 <a href="vorbis_analysis_blockout.html">vorbis_analysis_blockout()</a><br> | |
| 53 <a href="vorbis_analysis_buffer.html">vorbis_analysis_buffer()</a><br> | |
| 54 <a href="vorbis_analysis_headerout.html">vorbis_analysis_headerout()</a><br> | |
| 55 <a href="vorbis_analysis_init.html">vorbis_analysis_init()</a><br> | |
| 56 <a href="vorbis_analysis_wrote.html">vorbis_analysis_wrote()</a><br> | |
| 57 <a href="vorbis_bitrate_addblock.html">vorbis_bitrate_addblock()</a><br> | |
| 58 <a href="vorbis_bitrate_flushpacket.html">vorbis_bitrate_flushpacket()</a><br> | |
| 59 <br> | |
| 60 <b>Metadata</b><br> | |
| 61 <a href="vorbis_comment_add.html">vorbis_comment_add()</a><br> | |
| 62 <a href="vorbis_comment_add_tag.html">vorbis_comment_add_tag()</a><br> | |
| 63 <a href="vorbis_comment_clear.html">vorbis_comment_clear()</a><br> | |
| 64 <a href="vorbis_comment_init.html">vorbis_comment_init()</a><br> | |
| 65 <a href="vorbis_comment_query.html">vorbis_comment_query()</a><br> | |
| 66 <a href="vorbis_comment_query_count.html">vorbis_comment_query_count()</a><br> | |
| 67 <a href="vorbis_commentheader_out.html">vorbis_commentheader_out()</a><br> | |
| 68 <br> | |
| 69 <b><a href="return.html">Return Codes</a></b><br> | |
| 70 | |
| 71 | |
| 72 <br><br> | |
| 73 <hr noshade> | |
| 74 <table border=0 width=100%> | |
| 75 <tr valign=top> | |
| 76 <td><p class=tiny>copyright © 2010 Xiph.Org</p></td> | |
| 77 <td align=right><p class=tiny><a href="http://www.xiph.org/ogg/vorbis/">Ogg Vorbis</a></p></td> | |
| 78 </tr><tr> | |
| 79 <td><p class=tiny>libvorbis documentation</p></td> | |
| 80 <td align=right><p class=tiny>libvorbis version 1.3.2 - 20101101</p></td> | |
| 81 </tr> | |
| 82 </table> | |
| 83 | |
| 84 </body> | |
| 85 | |
| 86 </html> |
