ogg_page_bos.html 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. <html>
  2. <head>
  3. <title>libogg - function - ogg_page_bos</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_bos</h1>
  14. <p><i>declared in "ogg/ogg.h";</i></p>
  15. <p>Indicates whether this page is at the beginning of the logical bitstream.
  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_bos(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. greater than 0 if this page is the beginning of a bitstream.</li>
  36. <li>
  37. 0 if this page is from any other location in the stream.</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-2019 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.4 - 20190830</p></td>
  49. </tr>
  50. </table>
  51. </body>
  52. </html>