2
0

overview.html 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. <html>
  2. <head>
  3. <title>Tremor - API Overview</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 Overview</h1>
  14. <p>The makeup of the Tremor libvorbisidec library API is relatively
  15. simple. It revolves around a single file resource. This file resource is
  16. passed to libvorbisidec, where it is opened, manipulated, and closed,
  17. in the form of an <a href="OggVorbis_File.html">OggVorbis_File</a>
  18. struct.
  19. <p>
  20. The Tremor API consists of the following functional categories:
  21. <p>
  22. <ul>
  23. <li><p><a href="datastructures.html">Base data structures</a>
  24. <li><p><a href="initialization.html">Setup/Teardown</a>
  25. <li><p><a href="decoding.html">Decoding</a>
  26. <li><p><a href="seeking.html">Seeking</a>
  27. <li><p><a href="fileinfo.html">File Information</a>
  28. </ul>
  29. <p>
  30. In addition, the following subjects deserve attention additional to
  31. the above general overview:
  32. <p>
  33. <ul>
  34. <li><p><a href="threads.html">Threading and thread safety</a>
  35. <li><p><a href="callbacks.html">Using [non stdio] custom stream I/O
  36. via callbacks</a>
  37. <li><a href="diff.html">Tremor / vorbisfile API differences</a><br>
  38. </ul>
  39. <p>
  40. <br><br>
  41. <hr noshade>
  42. <table border=0 width=100%>
  43. <tr valign=top>
  44. <td><p class=tiny>copyright &copy; 2002 Xiph.org</p></td>
  45. <td align=right><p class=tiny><a href="http://www.xiph.org/ogg/vorbis/">Ogg Vorbis</a></p></td>
  46. </tr><tr>
  47. <td><p class=tiny>Tremor documentation</p></td>
  48. <td align=right><p class=tiny>Tremor version 1.0 - 20020403</p></td>
  49. </tr>
  50. </table>
  51. </body>
  52. </html>