ov_pcm_tell.html 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. <html>
  2. <head>
  3. <title>Tremor - 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>Tremor documentation</p></td>
  10. <td align=right><p class=tiny>Tremor version 1.0 - 20020403</p></td>
  11. </tr>
  12. </table>
  13. <h1>ov_pcm_tell</h1>
  14. <p><i>declared in "ivorbisfile.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. ogg_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 libvorbisidec
  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. <li>OV_EINVAL means that the argument was invalid. In this case, the requested bitstream did not exist.</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; 2002 Xiph.org</p></td>
  43. <td align=right><p class=tiny><a href="http://www.xiph.org/ogg/vorbis/">Ogg Vorbis</a></p></td>
  44. </tr><tr>
  45. <td><p class=tiny>Tremor documentation</p></td>
  46. <td align=right><p class=tiny>Tremor version 1.0 - 20020403</p></td>
  47. </tr>
  48. </table>
  49. </body>
  50. </html>