4 <title>libogg - Base Data Structures</title>
5 <link rel=stylesheet href="style.css" type="text/css">
8 <body bgcolor=white text=black link="#5555ff" alink="#5555ff" vlink="#5555ff">
9 <table border=0 width=100%>
11 <td><p class=tiny>libogg documentation</p></td>
12 <td align=right><p class=tiny>libogg release 1.0 - 20000615</p></td>
16 <h1>Base Data Structures</h1>
17 <p>Libogg uses several data structures to hold data and state information.
19 All the <b>libogg</b> specific data structures are declared in "ogg/ogg.h".
22 <table border=1 color=black width=50% cellspacing=0 cellpadding=7>
24 <td><b>datatype</b></td>
25 <td><b>purpose</b></td>
28 <td><a href="ogg_page.html">ogg_page</a></td>
29 <td>This structure encapsulates data into one ogg bitstream page.</td>
32 <td><a href="ogg_stream_state.html">ogg_stream_state</a></td>
33 <td>This structure contains current encode/decode data for a logical bitstream.</td>
36 <td><a href="ogg_packet.html">ogg_packet</a></td>
37 <td>This structure encapsulates the data and metadata for a single raw Ogg Vorbis packet.</td>
40 <td><a href="ogg_sync_state.html">ogg_sync_state</a></td>
41 <td>Contains bitstream synchronization information.</td>
47 <table border=0 width=100%>
49 <td><p class=tiny>copyright © 2000 xiph.org</p></td>
50 <td align=right><p class=tiny><a href="http://www.xiph.org/ogg/vorbis/">Ogg Vorbis</a><br><a href="mailto:team@xiph.org">team@xiph.org</a></p></td>
52 <td><p class=tiny>libogg documentation</p></td>
53 <td align=right><p class=tiny>libogg release 1.0 - 20000615</p></td>