oggpack_writealign.html 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. <html>
  2. <head>
  3. <title>libogg - function - oggpack_writealign</title>
  4. <link rel=stylesheet href="style.css" type="text/css">
  5. </head>
  6. <body bgcolor=white text=black link="#5555ff" alink="#5555ff" vlink="#5555ff">
  7. <table border=0 width=100%>
  8. <tr>
  9. <td><p class=tiny>libogg documentation</p></td>
  10. <td align=right><p class=tiny>libogg release 1.3.2 - 20140527</p></td>
  11. </tr>
  12. </table>
  13. <h1>oggpack_writealign</h1>
  14. <p><i>declared in "ogg/ogg.h";</i></p>
  15. <p>This function pads the <a href="oggpack_buffer.html">oggpack_buffer</a> with zeros out to the
  16. next byte boundary.</p>
  17. <p>The oggpack_buffer must already be initialized for writing using <a href="oggpack_writeinit.html">oggpack_writeinit</a>.
  18. <p>Only 32 bits can be written at a time.</p>
  19. <br><br>
  20. <table border=0 color=black cellspacing=0 cellpadding=7>
  21. <tr bgcolor=#cccccc>
  22. <td>
  23. <pre><b>
  24. void oggpack_writetrunc(oggpack_buffer *b);
  25. </b></pre>
  26. </td>
  27. </tr>
  28. </table>
  29. <h3>Parameters</h3>
  30. <dl>
  31. <dt><i>b</i></dt>
  32. <dd>Buffer to be used for writing.</dd>
  33. </dl>
  34. <h3>Return Values</h3>
  35. <blockquote>
  36. <li>
  37. No values are returned.</li>
  38. </blockquote>
  39. <p>
  40. <br><br>
  41. <hr noshade>
  42. <table border=0 width=100%>
  43. <tr valign=top>
  44. <td><p class=tiny>copyright &copy; 2000-2014 Xiph.Org Foundation</p></td>
  45. <td align=right><p class=tiny><a href="http://www.xiph.org/ogg/">Ogg Container Format</a></p></td>
  46. </tr><tr>
  47. <td><p class=tiny>libogg documentation</p></td>
  48. <td align=right><p class=tiny>libogg release 1.3.2 - 20140527</p></td>
  49. </tr>
  50. </table>
  51. </body>
  52. </html>