Mercurial > hg > sv-dependency-builds
annotate src/libvorbis-1.3.3/doc/vorbisfile/overview.html @ 86:98c1576536ae
Bring in flac, ogg, vorbis
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Tue, 19 Mar 2013 17:37:49 +0000 |
parents | |
children |
rev | line source |
---|---|
cannam@86 | 1 <html> |
cannam@86 | 2 |
cannam@86 | 3 <head> |
cannam@86 | 4 <title>Vorbisfile - API Overview</title> |
cannam@86 | 5 <link rel=stylesheet href="style.css" type="text/css"> |
cannam@86 | 6 </head> |
cannam@86 | 7 |
cannam@86 | 8 <body bgcolor=white text=black link="#5555ff" alink="#5555ff" vlink="#5555ff"> |
cannam@86 | 9 <table border=0 width=100%> |
cannam@86 | 10 <tr> |
cannam@86 | 11 <td><p class=tiny>Vorbisfile documentation</p></td> |
cannam@86 | 12 <td align=right><p class=tiny>vorbisfile version 1.3.2 - 20101101</p></td> |
cannam@86 | 13 </tr> |
cannam@86 | 14 </table> |
cannam@86 | 15 |
cannam@86 | 16 <h1>Vorbisfile API Overview</h1> |
cannam@86 | 17 |
cannam@86 | 18 <p>The makeup of the Vorbisfile libvorbisfile library API is relatively |
cannam@86 | 19 simple. It revolves around a single file resource. This file resource is |
cannam@86 | 20 passed to libvorbisfile, where it is opened, manipulated, and closed, |
cannam@86 | 21 in the form of an <a href="OggVorbis_File.html">OggVorbis_File</a> |
cannam@86 | 22 struct. |
cannam@86 | 23 <p> |
cannam@86 | 24 The Vorbisfile API consists of the following functional categories: |
cannam@86 | 25 <p> |
cannam@86 | 26 <ul> |
cannam@86 | 27 <li><p><a href="datastructures.html">Base data structures</a> |
cannam@86 | 28 <li><p><a href="initialization.html">Setup/Teardown</a> |
cannam@86 | 29 <li><p><a href="decoding.html">Decoding</a> |
cannam@86 | 30 <li><p><a href="seeking.html">Seeking</a> |
cannam@86 | 31 <li><p><a href="fileinfo.html">File Information</a> |
cannam@86 | 32 </ul> |
cannam@86 | 33 <p> |
cannam@86 | 34 In addition, the following subjects deserve attention additional to |
cannam@86 | 35 the above general overview: |
cannam@86 | 36 <p> |
cannam@86 | 37 <ul> |
cannam@86 | 38 <li><p><a href="threads.html">Threading and thread safety</a> |
cannam@86 | 39 <li><p><a href="callbacks.html">Using [non stdio] custom stream I/O |
cannam@86 | 40 via callbacks</a> |
cannam@86 | 41 <li><p><a href="crosslap.html">Sample crosslapping</a> |
cannam@86 | 42 </ul> |
cannam@86 | 43 <p> |
cannam@86 | 44 |
cannam@86 | 45 |
cannam@86 | 46 <br><br> |
cannam@86 | 47 <hr noshade> |
cannam@86 | 48 <table border=0 width=100%> |
cannam@86 | 49 <tr valign=top> |
cannam@86 | 50 <td><p class=tiny>copyright © 2000-2010 Xiph.Org</p></td> |
cannam@86 | 51 <td align=right><p class=tiny><a href="http://www.xiph.org/ogg/vorbis/">Ogg Vorbis</a></p></td> |
cannam@86 | 52 </tr><tr> |
cannam@86 | 53 <td><p class=tiny>Vorbisfile documentation</p></td> |
cannam@86 | 54 <td align=right><p class=tiny>vorbisfile version 1.3.2 - 20101101</p></td> |
cannam@86 | 55 </tr> |
cannam@86 | 56 </table> |
cannam@86 | 57 |
cannam@86 | 58 </body> |
cannam@86 | 59 |
cannam@86 | 60 </html> |
cannam@86 | 61 |