00001 <html> 00002 00003 <head> 00004 <title>Tremor - API Overview</title> 00005 <link rel=stylesheet href="style.css" type="text/css"> 00006 </head> 00007 00008 <body bgcolor=white text=black link="#5555ff" alink="#5555ff" vlink="#5555ff"> 00009 <table border=0 width=100%> 00010 <tr> 00011 <td><p class=tiny>Tremor documentation</p></td> 00012 <td align=right><p class=tiny>Tremor version 1.0 - 20020403</p></td> 00013 </tr> 00014 </table> 00015 00016 <h1>Tremor API Overview</h1> 00017 00018 <p>The makeup of the Tremor libvorbisidec library API is relatively 00019 simple. It revolves around a single file resource. This file resource is 00020 passed to libvorbisidec, where it is opened, manipulated, and closed, 00021 in the form of an <a href="OggVorbis_File.html">OggVorbis_File</a> 00022 struct. 00023 <p> 00024 The Tremor API consists of the following functional categories: 00025 <p> 00026 <ul> 00027 <li><p><a href="datastructures.html">Base data structures</a> 00028 <li><p><a href="initialization.html">Setup/Teardown</a> 00029 <li><p><a href="decoding.html">Decoding</a> 00030 <li><p><a href="seeking.html">Seeking</a> 00031 <li><p><a href="fileinfo.html">File Information</a> 00032 </ul> 00033 <p> 00034 In addition, the following subjects deserve attention additional to 00035 the above general overview: 00036 <p> 00037 <ul> 00038 <li><p><a href="threads.html">Threading and thread safety</a> 00039 <li><p><a href="callbacks.html">Using [non stdio] custom stream I/O 00040 via callbacks</a> 00041 <li><a href="diff.html">Tremor / vorbisfile API differences</a><br> 00042 </ul> 00043 <p> 00044 00045 00046 <br><br> 00047 <hr noshade> 00048 <table border=0 width=100%> 00049 <tr valign=top> 00050 <td><p class=tiny>copyright © 2002 Xiph.org</p></td> 00051 <td align=right><p class=tiny><a href="http://www.xiph.org/ogg/vorbis/">Ogg Vorbis</a></p></td> 00052 </tr><tr> 00053 <td><p class=tiny>Tremor documentation</p></td> 00054 <td align=right><p class=tiny>Tremor version 1.0 - 20020403</p></td> 00055 </tr> 00056 </table> 00057 00058 </body> 00059 00060 </html> 00061