00001 <html> 00002 00003 <head> 00004 <title>libogg - datatype - oggpack_buffer</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>libogg documentation</p></td> 00012 <td align=right><p class=tiny>libogg release 1.0 - 20000615</p></td> 00013 </tr> 00014 </table> 00015 00016 <h1>oggpack_buffer</h1> 00017 00018 <p><i>declared in "ogg/ogg.h"</i></p> 00019 00020 <p> 00021 The oggpack_buffer struct is used with libogg's bitpacking functions. You should never need to directly access anything in this structure. 00022 <p> 00023 00024 <table border=0 width=100% color=black cellspacing=0 cellpadding=7> 00025 <tr bgcolor=#cccccc> 00026 <td> 00027 <pre><b> 00028 typedef struct { 00029 long endbyte; 00030 int endbit; 00031 00032 unsigned char *buffer; 00033 unsigned char *ptr; 00034 long storage; 00035 } oggpack_buffer; 00036 </b></pre> 00037 </td> 00038 </tr> 00039 </table> 00040 00041 <h3>Relevant Struct Members</h3> 00042 <dl> 00043 <dt><i>buffer</i></dt> 00044 <dd>Pointer to data being manipulated.</dd> 00045 <dt><i>ptr</i></dt> 00046 <dd>Location pointer to mark which data has been read.</dd> 00047 <dt><i>storage</i></dt> 00048 <dd>Size of buffer.</i></dt> 00049 </dl> 00050 00051 00052 <br><br> 00053 <hr noshade> 00054 <table border=0 width=100%> 00055 <tr valign=top> 00056 <td><p class=tiny>copyright © 2000 xiph.org</p></td> 00057 <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> 00058 </tr><tr> 00059 <td><p class=tiny>libogg documentation</p></td> 00060 <td align=right><p class=tiny>libogg release 1.0 - 20000615</p></td> 00061 </tr> 00062 </table> 00063 00064 </body> 00065 00066 </html>