annotate src/libogg-1.3.0/doc/libogg/oggpack_writecopy.html @ 83:ae30d91d2ffe

Replace these with versions built using an older toolset (so as to avoid ABI compatibilities when linking on Ubuntu 14.04 for packaging purposes)
author Chris Cannam
date Fri, 07 Feb 2020 11:51:13 +0000
parents 05aa0afa9217
children
rev   line source
Chris@1 1 <html>
Chris@1 2
Chris@1 3 <head>
Chris@1 4 <title>libogg - function - oggpack_writecopy</title>
Chris@1 5 <link rel=stylesheet href="style.css" type="text/css">
Chris@1 6 </head>
Chris@1 7
Chris@1 8 <body bgcolor=white text=black link="#5555ff" alink="#5555ff" vlink="#5555ff">
Chris@1 9 <table border=0 width=100%>
Chris@1 10 <tr>
Chris@1 11 <td><p class=tiny>libogg documentation</p></td>
Chris@1 12 <td align=right><p class=tiny>libogg release 1.3.0 - 20110804</p></td>
Chris@1 13 </tr>
Chris@1 14 </table>
Chris@1 15
Chris@1 16 <h1>oggpack_writecopy</h1>
Chris@1 17
Chris@1 18 <p><i>declared in "ogg/ogg.h";</i></p>
Chris@1 19
Chris@1 20 <p>This function copies a sequence of bits from a source buffer into an
Chris@1 21 <a href="oggpack_buffer.html">oggpack_buffer</a>.</p>
Chris@1 22 <p>The oggpack_buffer must already be initialized for writing using <a href="oggpack_writeinit.html">oggpack_writeinit</a>.</p>
Chris@1 23 <p>Only 32 bits can be written at a time.</p>
Chris@1 24
Chris@1 25 <br><br>
Chris@1 26 <table border=0 color=black cellspacing=0 cellpadding=7>
Chris@1 27 <tr bgcolor=#cccccc>
Chris@1 28 <td>
Chris@1 29 <pre><b>
Chris@1 30 void oggpack_writecopy(oggpack_buffer *b, void *source, long bits);
Chris@1 31 </b></pre>
Chris@1 32 </td>
Chris@1 33 </tr>
Chris@1 34 </table>
Chris@1 35
Chris@1 36 <h3>Parameters</h3>
Chris@1 37 <dl>
Chris@1 38 <dt><i>b</i></dt>
Chris@1 39 <dd>Buffer to be used for writing.</dd>
Chris@1 40 <dt><i>source</i></dt>
Chris@1 41 <dd>A pointer to the data to be written into the buffer.</dd>
Chris@1 42 <dt><i>bits</i></dt>
Chris@1 43 <dd>The number of bits to be copied into the buffer.</dd>
Chris@1 44 </dl>
Chris@1 45
Chris@1 46
Chris@1 47 <h3>Return Values</h3>
Chris@1 48 <blockquote>
Chris@1 49 <li>
Chris@1 50 No values are returned.</li>
Chris@1 51 </blockquote>
Chris@1 52 <p>
Chris@1 53
Chris@1 54 <br><br>
Chris@1 55 <hr noshade>
Chris@1 56 <table border=0 width=100%>
Chris@1 57 <tr valign=top>
Chris@1 58 <td><p class=tiny>copyright &copy; 2000-2011 Xiph.Org Foundation</p></td>
Chris@1 59 <td align=right><p class=tiny><a href="http://www.xiph.org/ogg/">Ogg Container Format</a></p></td>
Chris@1 60 </tr><tr>
Chris@1 61 <td><p class=tiny>libogg documentation</p></td>
Chris@1 62 <td align=right><p class=tiny>libogg release 1.3.0 - 20110804</p></td>
Chris@1 63 </tr>
Chris@1 64 </table>
Chris@1 65
Chris@1 66
Chris@1 67 </body>
Chris@1 68
Chris@1 69 </html>