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