2
0

ogg_page_checksum_set.html 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. <html>
  2. <head>
  3. <title>libogg - function - ogg_page_checksum_set</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>ogg_page_checksum_set</h1>
  14. <p><i>declared in "ogg/ogg.h";</i></p>
  15. <p>Checksums an ogg_page.
  16. <p>
  17. <br><br>
  18. <table border=0 color=black cellspacing=0 cellpadding=7>
  19. <tr bgcolor=#cccccc>
  20. <td>
  21. <pre><b>
  22. int ogg_page_checksum_set(ogg_page *og);
  23. </b></pre>
  24. </td>
  25. </tr>
  26. </table>
  27. <h3>Parameters</h3>
  28. <dl>
  29. <dt><i>og</i></dt>
  30. <dd>Pointer to an ogg_page struct.</dd>
  31. </dl>
  32. <h3>Return Values</h3>
  33. <blockquote>
  34. None.
  35. </blockquote>
  36. <p>
  37. <br><br>
  38. <hr noshade>
  39. <table border=0 width=100%>
  40. <tr valign=top>
  41. <td><p class=tiny>copyright &copy; 2000-2014 Xiph.Org</p></td>
  42. <td align=right><p class=tiny><a href="http://www.xiph.org/ogg/">Ogg Container Format</a></p></td>
  43. </tr><tr>
  44. <td><p class=tiny>libogg documentation</p></td>
  45. <td align=right><p class=tiny>libogg release 1.3.2 - 20140527</p></td>
  46. </tr>
  47. </table>
  48. </body>
  49. </html>