reference.html 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. <html>
  2. <head>
  3. <title>Libvorbis API Reference</title>
  4. <link rel=stylesheet href="style.css" type="text/css">
  5. </head>
  6. <body bgcolor=white text=black link="#5555ff" alink="#5555ff" vlink="#5555ff">
  7. <table border=0 width=100%>
  8. <tr>
  9. <td><p class=tiny>Libvorbis documentation</p></td>
  10. <td align=right><p class=tiny>libvorbis version 1.3.2 - 20101101</p></td>
  11. </tr>
  12. </table>
  13. <h1>Libvorbis API Reference</h1>
  14. <p>
  15. <b>Data Structures</b><br>
  16. <a href="vorbis_block.html">vorbis_block</a><br>
  17. <a href="vorbis_comment.html">vorbis_comment</a><br>
  18. <a href="vorbis_dsp_state.html">vorbis_dsp_state</a><br>
  19. <a href="vorbis_info.html">vorbis_info</a><br>
  20. <br>
  21. <b>Functions used by both decode and encode</b><br>
  22. <a href="vorbis_block_clear.html">vorbis_block_clear()</a><br>
  23. <a href="vorbis_block_init.html">vorbis_block_init()</a><br>
  24. <a href="vorbis_dsp_clear.html">vorbis_dsp_clear()</a><br>
  25. <a href="vorbis_granule_time.html">vorbis_granule_time()</a><br>
  26. <a href="vorbis_info_blocksize.html">vorbis_info_blocksize()</a><br>
  27. <a href="vorbis_info_clear.html">vorbis_info_clear()</a><br>
  28. <a href="vorbis_info_init.html">vorbis_info_init()</a><br>
  29. <a href="vorbis_version_string.html">vorbis_version_string()</a><br>
  30. <br>
  31. <b>Decoding</b><br>
  32. <a href="vorbis_packet_blocksize.html">vorbis_packet_blocksize()</a><br>
  33. <a href="vorbis_synthesis.html">vorbis_synthesis()</a><br>
  34. <a href="vorbis_synthesis_blockin.html">vorbis_synthesis_blockin()</a><br>
  35. <a href="vorbis_synthesis_halfrate.html">vorbis_synthesis_halfrate()</a><br>
  36. <a href="vorbis_synthesis_halfrate_p.html">vorbis_synthesis_halfrate_p()</a><br>
  37. <a href="vorbis_synthesis_headerin.html">vorbis_synthesis_headerin()</a><br>
  38. <a href="vorbis_synthesis_idheader.html">vorbis_synthesis_idheader()</a><br>
  39. <a href="vorbis_synthesis_init.html">vorbis_synthesis_init()</a><br>
  40. <a href="vorbis_synthesis_lapout.html">vorbis_synthesis_lapout()</a><br>
  41. <a href="vorbis_synthesis_pcmout.html">vorbis_synthesis_pcmout()</a><br>
  42. <a href="vorbis_synthesis_read.html">vorbis_synthesis_read()</a><br>
  43. <a href="vorbis_synthesis_restart.html">vorbis_synthesis_restart()</a><br>
  44. <a href="vorbis_synthesis_trackonly.html">vorbis_synthesis_trackonly()</a><br>
  45. <br>
  46. <b>Encoding</b><br>
  47. <a href="vorbis_analysis.html">vorbis_analysis()</a><br>
  48. <a href="vorbis_analysis_blockout.html">vorbis_analysis_blockout()</a><br>
  49. <a href="vorbis_analysis_buffer.html">vorbis_analysis_buffer()</a><br>
  50. <a href="vorbis_analysis_headerout.html">vorbis_analysis_headerout()</a><br>
  51. <a href="vorbis_analysis_init.html">vorbis_analysis_init()</a><br>
  52. <a href="vorbis_analysis_wrote.html">vorbis_analysis_wrote()</a><br>
  53. <a href="vorbis_bitrate_addblock.html">vorbis_bitrate_addblock()</a><br>
  54. <a href="vorbis_bitrate_flushpacket.html">vorbis_bitrate_flushpacket()</a><br>
  55. <br>
  56. <b>Metadata</b><br>
  57. <a href="vorbis_comment_add.html">vorbis_comment_add()</a><br>
  58. <a href="vorbis_comment_add_tag.html">vorbis_comment_add_tag()</a><br>
  59. <a href="vorbis_comment_clear.html">vorbis_comment_clear()</a><br>
  60. <a href="vorbis_comment_init.html">vorbis_comment_init()</a><br>
  61. <a href="vorbis_comment_query.html">vorbis_comment_query()</a><br>
  62. <a href="vorbis_comment_query_count.html">vorbis_comment_query_count()</a><br>
  63. <a href="vorbis_commentheader_out.html">vorbis_commentheader_out()</a><br>
  64. <br>
  65. <b><a href="return.html">Return Codes</a></b><br>
  66. <br><br>
  67. <hr noshade>
  68. <table border=0 width=100%>
  69. <tr valign=top>
  70. <td><p class=tiny>copyright &copy; 2010 Xiph.Org</p></td>
  71. <td align=right><p class=tiny><a href="http://www.xiph.org/ogg/vorbis/">Ogg Vorbis</a></p></td>
  72. </tr><tr>
  73. <td><p class=tiny>libvorbis documentation</p></td>
  74. <td align=right><p class=tiny>libvorbis version 1.3.2 - 20101101</p></td>
  75. </tr>
  76. </table>
  77. </body>
  78. </html>