exampleindex.html 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. <html>
  2. <head>
  3. <title>vorbisfile - Documentation</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>Vorbisfile documentation</p></td>
  10. <td align=right><p class=tiny>vorbisfile version 1.2.0 - 20070723</p></td>
  11. </tr>
  12. </table>
  13. <h1>VorbisFile Example Code</h1>
  14. <p>
  15. Three sample programs are included with the vorbisfile distribution.
  16. <p>
  17. <a href="example.html">vorbisfile decoding</a><br>
  18. <a href="seekexample.html">vorbisfile seeking</a><br>
  19. <a href="chainingexample.html">vorbisfile bitstream chaining</a><br>
  20. <br><br>
  21. <hr noshade>
  22. <table border=0 width=100%>
  23. <tr valign=top>
  24. <td><p class=tiny>copyright &copy; 2007 Xiph.org</p></td>
  25. <td align=right><p class=tiny><a href="http://www.xiph.org/ogg/vorbis/">Ogg Vorbis</a><br><a href="mailto:team@vorbis.org">team@vorbis.org</a></p></td>
  26. </tr><tr>
  27. <td><p class=tiny>Vorbisfile documentation</p></td>
  28. <td align=right><p class=tiny>vorbisfile version 1.2.0 - 20070723</p></td>
  29. </tr>
  30. </table>
  31. </body>
  32. </html>