Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

added libogg

File size: 1.5 KB
Line 
1<html>
2
3<head>
4<title>libogg - datatype - ogg_sync_state</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>ogg_sync_state</h1>
17
18<p><i>declared in "ogg/ogg.h"</i></p>
19
20<p>
21The ogg_sync_state struct tracks the synchronization of the current page.
22<p>It is used during decoding to track the status of data as it is read in and
23<p>
24
25<table border=0 width=100% color=black cellspacing=0 cellpadding=7>
26<tr bgcolor=#cccccc>
27        <td>
28<pre><b>
29typedef struct {
30  unsigned char *data;
31  int storage;
32  int fill;
33  int returned;
34
35  int unsynced;
36  int headerbytes;
37  int bodybytes;
38} ogg_sync_state;
39</b></pre>
40        </td>
41</tr>
42</table>
43
44<h3>Relevant Struct Members</h3>
45<dl>
46<dt><i>data</i></dt>
47<dd>Pointer to data from packet bodies.</dd>
48<dt><i>storage</i></dt>
49<dd>Pointer to data from packet bodies.</dd>
50</dl>
51
52
53<br><br>
54<hr noshade>
55<table border=0 width=100%>
56<tr valign=top>
57<td><p class=tiny>copyright &copy; 2000 xiph.org</p></td>
58<td align=right><p class=tiny><a href="http://www.xiph.org/ogg/vorbis/index.html">Ogg Vorbis</a><br><a href="mailto:team@xiph.org">team@xiph.org</a></p></td>
59</tr><tr>
60<td><p class=tiny>libogg documentation</p></td>
61<td align=right><p class=tiny>libogg release 1.0 - 20000615</p></td>
62</tr>
63</table>
64
65</body>
66
67</html>
Note: See TracBrowser for help on using the repository browser.