overview.html 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. <html>
  2. <head>
  3. <title>libogg - 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>libogg documentation</p></td>
  10. <td align=right><p class=tiny>libogg release 1.2.1 - 20101029</p></td>
  11. </tr>
  12. </table>
  13. <h1>Libogg API Overview</h1>
  14. <p>
  15. The libogg API consists of the following functional categories:
  16. <p>
  17. <ul>
  18. <li><p><a href="datastructures.html">Base data structures</a>
  19. <li><p><a href="bitpacking.html">Bitpacking</a>
  20. <li><p><a href="general.html">General</a>
  21. <li><p><a href="encoding.html">Encoding-Related</a>
  22. <li><p><a href="decoding.html">Decoding-Related</a>
  23. </ul>
  24. <br><br>
  25. <hr noshade>
  26. <table border=0 width=100%>
  27. <tr valign=top>
  28. <td><p class=tiny>copyright &copy; 2000-2010 Xiph.Org</p></td>
  29. <td align=right><p class=tiny><a href="http://www.xiph.org/ogg/">Ogg Container Format</a></p></td>
  30. </tr><tr>
  31. <td><p class=tiny>libogg documentation</p></td>
  32. <td align=right><p class=tiny>libogg release 1.2.1 - 20101029</p></td>
  33. </tr>
  34. </table>
  35. </body>
  36. </html>