12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- <html>
- <head>
- <title>vorbisfile - Decoding</title>
- <link rel=stylesheet href="style.css" type="text/css">
- </head>
- <body bgcolor=white text=black link="#5555ff" alink="#5555ff" vlink="#5555ff">
- <table border=0 width=100%>
- <tr>
- <td><p class=tiny>vorbisfile documentation</p></td>
- <td align=right><p class=tiny>vorbisfile - 20011218</p></td>
- </tr>
- </table>
- <h1>Decoding</h1>
- <p>
- All the <b>vorbisfile</b> decoding routines are declared in "vorbis/vorbisfile.h".
- <p>
- <table border=1 color=black width=50% cellspacing=0 cellpadding=7>
- <tr bgcolor=#cccccc>
- <td><b>function</b></td>
- <td><b>purpose</b></td>
- </tr>
- <tr valign=top>
- <td><a href="ov_read.html">ov_read</a></td>
- <td>This function makes up the main chunk of a decode loop. It takes an
- OggVorbis_File structure, which must have been initialized by a previous
- call to <a href="ov_open.html"><tt>ov_open()</tt></a>.</td>
- </tr>
- <tr valign=top>
- <td><a href="ov_read_float.html">ov_read</a></td>
- <td>This function decodes to floats instead of integer samples.</td>
- </tr>
- </table>
- <br><br>
- <hr noshade>
- <table border=0 width=100%>
- <tr valign=top>
- <td><p class=tiny>copyright © 2001 Xiphophorus</p></td>
- <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>
- </tr><tr>
- <td><p class=tiny>vorbisfile documentation</p></td>
- <td align=right><p class=tiny>vorbisfile - 20011218</p></td>
- </tr>
- </table>
- </body>
- </html>
|