vorbis_block.html 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. <html>
  2. <head>
  3. <title>libvorbis - datatype - vorbis_block</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</h1>
  14. <p><i>declared in "vorbis/codec.h"</i></p>
  15. <p>
  16. The vorbis_block structure holds the data for a single block of audio. One
  17. vorbis_block translates to one codec packet. The encoding process consists
  18. of splitting the audio into blocks and encoding the blocks into packets;
  19. decoding consists of decoding the packets into blocks and reassembling
  20. the audio from the blocks.
  21. <p>
  22. This structure is intended to be private. Although the fields are given
  23. in the header file, they should not be directly modified or relied upon
  24. in any way.
  25. <p>
  26. <table border=0 width=100% color=black cellspacing=0 cellpadding=7>
  27. <tr bgcolor=#cccccc>
  28. <td>
  29. <pre><b>typedef struct vorbis_block{
  30. /* private */
  31. } vorbis_block;</b></pre>
  32. </td>
  33. </tr>
  34. </table>
  35. <h3>Parameters</h3>
  36. <ul><li>None public.</li></ul>
  37. <br><br>
  38. <hr noshade>
  39. <table border=0 width=100%>
  40. <tr valign=top>
  41. <td><p class=tiny>copyright &copy; 2010 Xiph.Org</p></td>
  42. <td align=right><p class=tiny><a href="http://www.xiph.org/ogg/vorbis/">Ogg Vorbis</a></p></td>
  43. </tr><tr>
  44. <td><p class=tiny>libvorbis documentation</p></td>
  45. <td align=right><p class=tiny>libvorbis version 1.3.2 - 20101101</p></td>
  46. </tr>
  47. </table>
  48. </body>
  49. </html>