ov_time_tell.html 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. <html>
  2. <head>
  3. <title>vorbisfile - function - ov_bitrate</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_time_tell</h1>
  14. <p><i>declared in "vorbis/vorbisfile.h";</i></p>
  15. <p>Returns the current offset in seconds.
  16. <br><br>
  17. <table border=0 color=black cellspacing=0 cellpadding=7>
  18. <tr bgcolor=#cccccc>
  19. <td>
  20. <pre><b>
  21. double ov_time_tell(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><i>n</i> indicates the current offset in bytes.</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 vorbis team</p></td>
  43. <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>
  44. </tr><tr>
  45. <td><p class=tiny>vorbisfile documentation</p></td>
  46. <td align=right><p class=tiny>vorbisfile version 1.25 - 20000615</p></td>
  47. </tr>
  48. </table>
  49. </body>
  50. </html>