Mercurial > hg > sv-dependency-builds
annotate src/libvorbis-1.3.3/doc/libvorbis/vorbis_block.html @ 148:b4bfdf10c4b3
Update Win64 capnp builds to v0.6
| author | Chris Cannam <cannam@all-day-breakfast.com> | 
|---|---|
| date | Mon, 22 May 2017 18:56:49 +0100 | 
| parents | 98c1576536ae | 
| children | 
| rev | line source | 
|---|---|
| cannam@86 | 1 <html> | 
| cannam@86 | 2 | 
| cannam@86 | 3 <head> | 
| cannam@86 | 4 <title>libvorbis - datatype - vorbis_block</title> | 
| cannam@86 | 5 <link rel=stylesheet href="style.css" type="text/css"> | 
| cannam@86 | 6 </head> | 
| cannam@86 | 7 | 
| cannam@86 | 8 <body bgcolor=white text=black link="#5555ff" alink="#5555ff" vlink="#5555ff"> | 
| cannam@86 | 9 <table border=0 width=100%> | 
| cannam@86 | 10 <tr> | 
| cannam@86 | 11 <td><p class=tiny>libvorbis documentation</p></td> | 
| cannam@86 | 12 <td align=right><p class=tiny>libvorbis version 1.3.2 - 20101101</p></td> | 
| cannam@86 | 13 </tr> | 
| cannam@86 | 14 </table> | 
| cannam@86 | 15 | 
| cannam@86 | 16 <h1>vorbis_block</h1> | 
| cannam@86 | 17 | 
| cannam@86 | 18 <p><i>declared in "vorbis/codec.h"</i></p> | 
| cannam@86 | 19 | 
| cannam@86 | 20 <p> | 
| cannam@86 | 21 The vorbis_block structure holds the data for a single block of audio. One | 
| cannam@86 | 22 vorbis_block translates to one codec packet. The encoding process consists | 
| cannam@86 | 23 of splitting the audio into blocks and encoding the blocks into packets; | 
| cannam@86 | 24 decoding consists of decoding the packets into blocks and reassembling | 
| cannam@86 | 25 the audio from the blocks. | 
| cannam@86 | 26 <p> | 
| cannam@86 | 27 This structure is intended to be private. Although the fields are given | 
| cannam@86 | 28 in the header file, they should not be directly modified or relied upon | 
| cannam@86 | 29 in any way. | 
| cannam@86 | 30 <p> | 
| cannam@86 | 31 | 
| cannam@86 | 32 <table border=0 width=100% color=black cellspacing=0 cellpadding=7> | 
| cannam@86 | 33 <tr bgcolor=#cccccc> | 
| cannam@86 | 34 <td> | 
| cannam@86 | 35 <pre><b>typedef struct vorbis_block{ | 
| cannam@86 | 36 /* private */ | 
| cannam@86 | 37 } vorbis_block;</b></pre> | 
| cannam@86 | 38 </td> | 
| cannam@86 | 39 </tr> | 
| cannam@86 | 40 </table> | 
| cannam@86 | 41 | 
| cannam@86 | 42 <h3>Parameters</h3> | 
| cannam@86 | 43 <ul><li>None public.</li></ul> | 
| cannam@86 | 44 | 
| cannam@86 | 45 | 
| cannam@86 | 46 <br><br> | 
| cannam@86 | 47 <hr noshade> | 
| cannam@86 | 48 <table border=0 width=100%> | 
| cannam@86 | 49 <tr valign=top> | 
| cannam@86 | 50 <td><p class=tiny>copyright © 2010 Xiph.Org</p></td> | 
| cannam@86 | 51 <td align=right><p class=tiny><a href="http://www.xiph.org/ogg/vorbis/">Ogg Vorbis</a></p></td> | 
| cannam@86 | 52 </tr><tr> | 
| cannam@86 | 53 <td><p class=tiny>libvorbis documentation</p></td> | 
| cannam@86 | 54 <td align=right><p class=tiny>libvorbis version 1.3.2 - 20101101</p></td> | 
| cannam@86 | 55 </tr> | 
| cannam@86 | 56 </table> | 
| cannam@86 | 57 | 
| cannam@86 | 58 </body> | 
| cannam@86 | 59 | 
| cannam@86 | 60 </html> | 
