annotate src/libvorbis-1.3.3/doc/libvorbis/vorbis_dsp_state.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_dsp_state</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_dsp_state</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_dsp_state structure is the state for one instance of the
cannam@86 22 Vorbis encoder or decoder.
cannam@86 23 <p>
cannam@86 24 This structure is intended to be private. Although the fields are given
cannam@86 25 in the header file, they should not be directly modified or relied upon
cannam@86 26 in any way.
cannam@86 27 <p>
cannam@86 28
cannam@86 29 <table border=0 width=100% color=black cellspacing=0 cellpadding=7>
cannam@86 30 <tr bgcolor=#cccccc>
cannam@86 31 <td>
cannam@86 32 <pre><b>typedef struct vorbis_dsp_state{
cannam@86 33 /* private */
cannam@86 34 } vorbis_dsp_state;</b></pre>
cannam@86 35 </td>
cannam@86 36 </tr>
cannam@86 37 </table>
cannam@86 38
cannam@86 39 <h3>Parameters</h3>
cannam@86 40 <ul><li>None public.</li></ul>
cannam@86 41
cannam@86 42
cannam@86 43 <br><br>
cannam@86 44 <hr noshade>
cannam@86 45 <table border=0 width=100%>
cannam@86 46 <tr valign=top>
cannam@86 47 <td><p class=tiny>copyright &copy; 2010 Xiph.Org</p></td>
cannam@86 48 <td align=right><p class=tiny><a href="http://www.xiph.org/ogg/vorbis/">Ogg Vorbis</a></p></td>
cannam@86 49 </tr><tr>
cannam@86 50 <td><p class=tiny>libvorbis documentation</p></td>
cannam@86 51 <td align=right><p class=tiny>libvorbis version 1.3.2 - 20101101</p></td>
cannam@86 52 </tr>
cannam@86 53 </table>
cannam@86 54
cannam@86 55 </body>
cannam@86 56
cannam@86 57 </html>