1 | <html>
|
---|
2 |
|
---|
3 | <head>
|
---|
4 | <title>vorbisfile - Documentation</title>
|
---|
5 | <link rel=stylesheet href="style.css" type="text/css">
|
---|
6 | </head>
|
---|
7 |
|
---|
8 | <body bgcolor=white text=black link="#5555ff" alink="#5555ff" vlink="#5555ff">
|
---|
9 | <table border=0 width=100%>
|
---|
10 | <tr>
|
---|
11 | <td><p class=tiny>Vorbisfile documentation</p></td>
|
---|
12 | <td align=right><p class=tiny>vorbisfile version 1.3.2 - 20101101</p></td>
|
---|
13 | </tr>
|
---|
14 | </table>
|
---|
15 |
|
---|
16 | <h1>VorbisFile Example Code</h1>
|
---|
17 |
|
---|
18 | <p>
|
---|
19 | Three sample programs are included with the vorbisfile distribution.
|
---|
20 | <p>
|
---|
21 | <a href="example.html">vorbisfile decoding</a><br>
|
---|
22 | <a href="seekexample.html">vorbisfile seeking</a><br>
|
---|
23 | <a href="chainingexample.html">vorbisfile bitstream chaining</a><br>
|
---|
24 |
|
---|
25 | <br><br>
|
---|
26 | <hr noshade>
|
---|
27 | <table border=0 width=100%>
|
---|
28 | <tr valign=top>
|
---|
29 | <td><p class=tiny>copyright © 2000-2010 Xiph.Org</p></td>
|
---|
30 | <td align=right><p class=tiny><a href="https://xiph.org/vorbis/">Ogg Vorbis</a></p></td>
|
---|
31 | </tr><tr>
|
---|
32 | <td><p class=tiny>Vorbisfile documentation</p></td>
|
---|
33 | <td align=right><p class=tiny>vorbisfile version 1.3.2 - 20101101</p></td>
|
---|
34 | </tr>
|
---|
35 | </table>
|
---|
36 |
|
---|
37 | </body>
|
---|
38 |
|
---|
39 | </html>
|
---|