]> git.jsancho.org Git - lugaru.git/blob - Dependencies/libogg/doc/libogg/oggpack_writealign.html
CMake: Purge all the bundled dependencies
[lugaru.git] / Dependencies / libogg / doc / libogg / oggpack_writealign.html
1 <html>
2
3 <head>
4 <title>libogg - function - oggpack_writealign</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.2.0 - 20100325</p></td>
13 </tr>
14 </table>
15
16 <h1>oggpack_writealign</h1>
17
18 <p><i>declared in "ogg/ogg.h";</i></p>
19
20 <p>This function pads the <a href="oggpack_buffer.html">oggpack_buffer</a> with zeros out to the
21 next byte boundary.</p>
22 <p>The oggpack_buffer must already be initialized for writing using <a href="oggpack_writeinit.html">oggpack_writeinit</a>.
23 <p>Only 32 bits can be written at a time.</p>
24
25 <br><br>
26 <table border=0 color=black cellspacing=0 cellpadding=7>
27 <tr bgcolor=#cccccc>
28         <td>
29 <pre><b>
30 void  oggpack_writetrunc(oggpack_buffer *b);
31 </b></pre>
32         </td>
33 </tr>
34 </table>
35
36 <h3>Parameters</h3>
37 <dl>
38 <dt><i>b</i></dt>
39 <dd>Buffer to be used for writing.</dd>
40 </dl>
41
42
43 <h3>Return Values</h3>
44 <blockquote>
45 <li>
46 No values are returned.</li>
47 </blockquote>
48 <p>
49
50 <br><br>
51 <hr noshade>
52 <table border=0 width=100%>
53 <tr valign=top>
54 <td><p class=tiny>copyright &copy; 2000-2010 Xiph.Org Foundation</p></td>
55 <td align=right><p class=tiny><a href="http://www.xiph.org/ogg/">Ogg Container Format</a></p></td>
56 </tr><tr>
57 <td><p class=tiny>libogg documentation</p></td>
58 <td align=right><p class=tiny>libogg release 1.2.0 - 20100325</p></td>
59 </tr>
60 </table>
61
62
63 </body>
64
65 </html>