ov_pcm_tell.html 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. <html>
  2. <head>
  3. <title>vorbisfile - function - ov_pcm_tell</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_pcm_tell</h1>
  14. <p><i>declared in "vorbis/vorbisfile.h";</i></p>
  15. <p>Returns the current offset in samples.
  16. <br><br>
  17. <table border=0 color=black cellspacing=0 cellpadding=7>
  18. <tr bgcolor=#cccccc>
  19. <td>
  20. <pre><b>
  21. int64_t ov_pcm_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.</dd>
  31. </dl>
  32. <h3>Return Values</h3>
  33. <blockquote>
  34. <li><i>n</i> indicates the current offset in samples.</li>
  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 vorbis team</p></td>
  42. <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>
  43. </tr><tr>
  44. <td><p class=tiny>vorbisfile documentation</p></td>
  45. <td align=right><p class=tiny>vorbisfile version 1.25 - 20000615</p></td>
  46. </tr>
  47. </table>
  48. </body>
  49. </html>