Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/libogg-1.1.3/doc/libogg/datastructures.html @ 15

Last change on this file since 15 was 15, checked in by landauf, 16 years ago

added libogg

File size: 1.7 KB
Line 
1<html>
2
3<head>
4<title>libogg - Base Data Structures</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>libogg documentation</p></td>
12<td align=right><p class=tiny>libogg release 1.0 - 20000615</p></td>
13</tr>
14</table>
15
16<h1>Base Data Structures</h1>
17<p>Libogg uses several data structures to hold data and state information.
18<p>
19All the <b>libogg</b> specific data structures are declared in "ogg/ogg.h".
20<p>
21
22<table border=1 color=black width=50% cellspacing=0 cellpadding=7>
23<tr bgcolor=#cccccc>
24        <td><b>datatype</b></td>
25        <td><b>purpose</b></td>
26</tr>
27<tr valign=top>
28<td><a href="ogg_page.html">ogg_page</a></td>
29        <td>This structure encapsulates data into one ogg bitstream page.</td>
30</tr>
31<tr valign=top>
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>
34</tr>
35<tr valign=top>
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>
38</tr>
39<tr valign=top>
40<td><a href="ogg_sync_state.html">ogg_sync_state</a></td>
41        <td>Contains bitstream synchronization information.</td>
42</tr>
43</table>
44
45<br><br>
46<hr noshade>
47<table border=0 width=100%>
48<tr valign=top>
49<td><p class=tiny>copyright &copy; 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>
51</tr><tr>
52<td><p class=tiny>libogg documentation</p></td>
53<td align=right><p class=tiny>libogg release 1.0 - 20000615</p></td>
54</tr>
55</table>
56
57</body>
58
59</html>
Note: See TracBrowser for help on using the repository browser.