ogg_page_version.html 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. <html>
  2. <head>
  3. <title>libogg - function - ogg_page_version</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.4 - 20190830</p></td>
  11. </tr>
  12. </table>
  13. <h1>ogg_page_version</h1>
  14. <p><i>declared in "ogg/ogg.h";</i></p>
  15. <p>This function returns the version of ogg_page used in this page.
  16. <p>In current versions of libogg, all ogg_page structs have the same version, so 0 should always be returned.
  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_version(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 the current ogg_page struct.</dd>
  31. </dl>
  32. <h3>Return Values</h3>
  33. <blockquote>
  34. <li>
  35. <i>n</i> is the version number. In the current version of Ogg, the version number is always 0. Nonzero return values indicate an error in page encoding.</li>
  36. </blockquote>
  37. <p>
  38. <br><br>
  39. <hr noshade>
  40. <table border=0 width=100%>
  41. <tr valign=top>
  42. <td><p class=tiny>copyright &copy; 2000-2019 Xiph.Org Foundation</p></td>
  43. <td align=right><p class=tiny><a href="http://www.xiph.org/ogg/">Ogg Container Format</a></p></td>
  44. </tr><tr>
  45. <td><p class=tiny>libogg documentation</p></td>
  46. <td align=right><p class=tiny>libogg release 1.3.4 - 20190830</p></td>
  47. </tr>
  48. </table>
  49. </body>
  50. </html>