vorbis_block_clear.html 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. <html>
  2. <head>
  3. <title>libvorbis - function - vorbis_block_clear</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_block_clear</h1>
  14. <p><i>declared in "vorbis/codec.h";</i></p>
  15. <p>This function frees the internal storage for a vorbis_block structure.</p>
  16. <table border=0 color=black cellspacing=0 cellpadding=7>
  17. <tr bgcolor=#cccccc>
  18. <td>
  19. <pre><b>
  20. extern int vorbis_block_clear(vorbis_block *vb);
  21. </b></pre>
  22. </td>
  23. </tr>
  24. </table>
  25. <h3>Parameters</h3>
  26. <dl>
  27. <dt><i>vb</i></dt>
  28. <dd>Pointer to a vorbis_block struct to be cleared.</dd>
  29. </dl>
  30. <h3>Return Values</h3>
  31. <blockquote>
  32. <li>
  33. 0 for success</li>
  34. </blockquote>
  35. <p>
  36. <br><br>
  37. <hr noshade>
  38. <table border=0 width=100%>
  39. <tr valign=top>
  40. <td><p class=tiny>copyright &copy; 2010 Xiph.Org</p></td>
  41. <td align=right><p class=tiny><a href="http://www.xiph.org/ogg/vorbis/index.html">Ogg Vorbis</a></p></td>
  42. </tr><tr>
  43. <td><p class=tiny>libvorbis documentation</p></td>
  44. <td align=right><p class=tiny>libvorbis version 1.3.2 - 20101101</p></td>
  45. </tr>
  46. </table>
  47. </body>
  48. </html>