comparison src/libvorbis-1.3.3/doc/libvorbis/vorbis_dsp_state.html @ 86:98c1576536ae

Bring in flac, ogg, vorbis
author Chris Cannam <cannam@all-day-breakfast.com>
date Tue, 19 Mar 2013 17:37:49 +0000
parents
children
comparison
equal deleted inserted replaced
85:545efbb81310 86:98c1576536ae
1 <html>
2
3 <head>
4 <title>libvorbis - datatype - vorbis_dsp_state</title>
5 <link rel=stylesheet href="style.css" type="text/css">
6 </head>
7
8 <body bgcolor=white text=black link="#5555ff" alink="#5555ff" vlink="#5555ff">
9 <table border=0 width=100%>
10 <tr>
11 <td><p class=tiny>libvorbis documentation</p></td>
12 <td align=right><p class=tiny>libvorbis version 1.3.2 - 20101101</p></td>
13 </tr>
14 </table>
15
16 <h1>vorbis_dsp_state</h1>
17
18 <p><i>declared in "vorbis/codec.h"</i></p>
19
20 <p>
21 The vorbis_dsp_state structure is the state for one instance of the
22 Vorbis encoder or decoder.
23 <p>
24 This structure is intended to be private. Although the fields are given
25 in the header file, they should not be directly modified or relied upon
26 in any way.
27 <p>
28
29 <table border=0 width=100% color=black cellspacing=0 cellpadding=7>
30 <tr bgcolor=#cccccc>
31 <td>
32 <pre><b>typedef struct vorbis_dsp_state{
33 /* private */
34 } vorbis_dsp_state;</b></pre>
35 </td>
36 </tr>
37 </table>
38
39 <h3>Parameters</h3>
40 <ul><li>None public.</li></ul>
41
42
43 <br><br>
44 <hr noshade>
45 <table border=0 width=100%>
46 <tr valign=top>
47 <td><p class=tiny>copyright &copy; 2010 Xiph.Org</p></td>
48 <td align=right><p class=tiny><a href="http://www.xiph.org/ogg/vorbis/">Ogg Vorbis</a></p></td>
49 </tr><tr>
50 <td><p class=tiny>libvorbis documentation</p></td>
51 <td align=right><p class=tiny>libvorbis version 1.3.2 - 20101101</p></td>
52 </tr>
53 </table>
54
55 </body>
56
57 </html>