reference.html 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. <html>
  2. <head>
  3. <title>Tremor 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>Tremor documentation</p></td>
  10. <td align=right><p class=tiny>Tremor version 1.0 - 20020403</p></td>
  11. </tr>
  12. </table>
  13. <h1>Tremor API Reference</h1>
  14. <p>
  15. <b>Data Structures</b><br>
  16. <a href="OggVorbis_File.html">OggVorbis_File</a><br>
  17. <a href="vorbis_comment.html">vorbis_comment</a><br>
  18. <a href="vorbis_info.html">vorbis_info</a><br>
  19. <a href="ov_callbacks.html">ov_callbacks</a><br>
  20. <br>
  21. <b>Setup/Teardown</b><br>
  22. <a href="ov_open.html">ov_open()</a><br>
  23. <a href="ov_open_callbacks.html">ov_open_callbacks()</a><br>
  24. <a href="ov_clear.html">ov_clear()</a><br>
  25. <a href="ov_test.html">ov_test()</a><br>
  26. <a href="ov_test_callbacks.html">ov_test_callbacks()</a><br>
  27. <a href="ov_test_open.html">ov_test_open()</a><br>
  28. <br>
  29. <b>Decoding</b><br>
  30. <a href="ov_read.html">ov_read()</a><br>
  31. <br>
  32. <b>Seeking</b><br>
  33. <a href="ov_raw_seek.html">ov_raw_seek()</a><br>
  34. <a href="ov_pcm_seek.html">ov_pcm_seek()</a><br>
  35. <a href="ov_time_seek.html">ov_time_seek()</a><br>
  36. <a href="ov_pcm_seek_page.html">ov_pcm_seek_page()</a><br>
  37. <a href="ov_time_seek_page.html">ov_time_seek_page()</a><br>
  38. <br>
  39. <b>File Information</b><br>
  40. <a href="ov_bitrate.html">ov_bitrate()</a><br>
  41. <a href="ov_bitrate_instant.html">ov_bitrate_instant()</a><br>
  42. <a href="ov_streams.html">ov_streams()</a><br>
  43. <a href="ov_seekable.html">ov_seekable()</a><br>
  44. <a href="ov_serialnumber.html">ov_serialnumber()</a><br>
  45. <a href="ov_raw_total.html">ov_raw_total()</a><br>
  46. <a href="ov_pcm_total.html">ov_pcm_total()</a><br>
  47. <a href="ov_time_total.html">ov_time_total()</a><br>
  48. <a href="ov_raw_tell.html">ov_raw_tell()</a><br>
  49. <a href="ov_pcm_tell.html">ov_pcm_tell()</a><br>
  50. <a href="ov_time_tell.html">ov_time_tell()</a><br>
  51. <a href="ov_info.html">ov_info()</a><br>
  52. <a href="ov_comment.html">ov_comment()</a><br>
  53. <br>
  54. <b><a href="return.html">Return Codes</a></b><br>
  55. <br><br>
  56. <hr noshade>
  57. <table border=0 width=100%>
  58. <tr valign=top>
  59. <td><p class=tiny>copyright &copy; 2002 Xiph.org</p></td>
  60. <td align=right><p class=tiny><a href="http://www.xiph.org/ogg/vorbis/">Ogg Vorbis</a></p></td>
  61. </tr><tr>
  62. <td><p class=tiny>Tremor documentation</p></td>
  63. <td align=right><p class=tiny>Tremor version 1.0 - 20020403</p></td>
  64. </tr>
  65. </table>
  66. </body>
  67. </html>