decoding.html 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. <html>
  2. <head>
  3. <title>vorbisfile - Decoding</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 - 20011218</p></td>
  11. </tr>
  12. </table>
  13. <h1>Decoding</h1>
  14. <p>
  15. All the <b>vorbisfile</b> decoding routines are declared in "vorbis/vorbisfile.h".
  16. <p>
  17. <table border=1 color=black width=50% cellspacing=0 cellpadding=7>
  18. <tr bgcolor=#cccccc>
  19. <td><b>function</b></td>
  20. <td><b>purpose</b></td>
  21. </tr>
  22. <tr valign=top>
  23. <td><a href="ov_read.html">ov_read</a></td>
  24. <td>This function makes up the main chunk of a decode loop. It takes an
  25. OggVorbis_File structure, which must have been initialized by a previous
  26. call to <a href="ov_open.html"><tt>ov_open()</tt></a>.</td>
  27. </tr>
  28. <tr valign=top>
  29. <td><a href="ov_read_float.html">ov_read</a></td>
  30. <td>This function decodes to floats instead of integer samples.</td>
  31. </tr>
  32. </table>
  33. <br><br>
  34. <hr noshade>
  35. <table border=0 width=100%>
  36. <tr valign=top>
  37. <td><p class=tiny>copyright &copy; 2001 Xiphophorus</p></td>
  38. <td align=right><p class=tiny><a href="http://www.vorbis.org/">www.vorbis.org</a><br><a href="mailto:team@icecast.org">team@icecast.org</a></p></td>
  39. </tr><tr>
  40. <td><p class=tiny>vorbisfile documentation</p></td>
  41. <td align=right><p class=tiny>vorbisfile - 20011218</p></td>
  42. </tr>
  43. </table>
  44. </body>
  45. </html>