vorbis_version_string.html 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. <html>
  2. <head>
  3. <title>libvorbis - function - vorbis_version_string</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>libvorbis documentation</p></td>
  10. <td align=right><p class=tiny>libvorbis version 1.3.2 - 20101101</p></td>
  11. </tr>
  12. </table>
  13. <h1>vorbis_version_string</h1>
  14. <p><i>declared in "vorbis/codec.h";</i></p>
  15. <p>This function returns a string giving version information for libvorbis. (This is not the same string that libvorbis encodes into the vendor field of comment headers.)</p>
  16. <table border=0 color=black cellspacing=0 cellpadding=7>
  17. <tr bgcolor=#cccccc>
  18. <td>
  19. <pre><b>
  20. extern const char *vorbis_version_string(void);
  21. </b></pre>
  22. </td>
  23. </tr>
  24. </table>
  25. <h3>Parameters</h3>
  26. <p>None.</p>
  27. <h3>Return Values</h3>
  28. <blockquote>
  29. <li>The libvorbis version string. The string is in static storage.</li>
  30. </blockquote>
  31. <p>
  32. <br><br>
  33. <hr noshade>
  34. <table border=0 width=100%>
  35. <tr valign=top>
  36. <td><p class=tiny>copyright &copy; 2010 Xiph.Org</p></td>
  37. <td align=right><p class=tiny><a href="http://www.xiph.org/ogg/vorbis/index.html">Ogg Vorbis</a></p></td>
  38. </tr><tr>
  39. <td><p class=tiny>libvorbis documentation</p></td>
  40. <td align=right><p class=tiny>libvorbis version 1.3.2 - 20101101</p></td>
  41. </tr>
  42. </table>
  43. </body>
  44. </html>