ov_seekable.html 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. <html>
  2. <head>
  3. <title>vorbisfile - function - ov_seekable</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>vorbisfile documentation</p></td>
  10. <td align=right><p class=tiny>vorbisfile version 1.25 - 20000615</p></td>
  11. </tr>
  12. </table>
  13. <h1>ov_seekable</h1>
  14. <p><i>declared in "vorbis/vorbisfile.h";</i></p>
  15. <p>This indicates whether or not the bitstream is seekable.
  16. <br><br>
  17. <table border=0 color=black cellspacing=0 cellpadding=7>
  18. <tr bgcolor=#cccccc>
  19. <td>
  20. <pre><b>
  21. long ov_seekable(OggVorbis_File *vf);
  22. </b></pre>
  23. </td>
  24. </tr>
  25. </table>
  26. <h3>Parameters</h3>
  27. <dl>
  28. <dt><i>vf</i></dt>
  29. <dd>A pointer to the OggVorbis_File structure--this is used for ALL the externally visible vorbisfile
  30. functions. <b>Once this has been called, the same <tt>OggVorbis_File</tt>
  31. struct should be passed to all the vorbisfile functions.</b></dd>
  32. </dl>
  33. <h3>Return Values</h3>
  34. <blockquote>
  35. <li>
  36. 0 indicates that the file is not seekable.</li>
  37. <li>1 indicates that the file is seekable.</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 vorbis team</p></td>
  45. <td align=right><p class=tiny><a href="http://www.xiph.org/ogg/vorbis/index.html">Ogg Vorbis</a><br><a href="mailto:team@vorbis.org">team@vorbis.org</a></p></td>
  46. </tr><tr>
  47. <td><p class=tiny>vorbisfile documentation</p></td>
  48. <td align=right><p class=tiny>vorbisfile version 1.25 - 20000615</p></td>
  49. </tr>
  50. </table>
  51. </body>
  52. </html>