[xiph-commits] r17586 - in trunk/vorbis/doc: vorbisenc vorbisfile

xiphmont at svn.xiph.org xiphmont at svn.xiph.org
Mon Nov 1 12:34:51 PDT 2010


Author: xiphmont
Date: 2010-11-01 12:34:51 -0700 (Mon, 01 Nov 2010)
New Revision: 17586

Removed:
   trunk/vorbis/doc/vorbisenc/ov_ectl_ratemanage2_arg.html
   trunk/vorbis/doc/vorbisenc/ov_ectl_ratemanage_arg.html
   trunk/vorbis/doc/vorbisenc/vorbis_analysis.html
   trunk/vorbis/doc/vorbisenc/vorbis_analysis_blockout.html
   trunk/vorbis/doc/vorbisenc/vorbis_analysis_buffer.html
   trunk/vorbis/doc/vorbisenc/vorbis_analysis_headerout.html
   trunk/vorbis/doc/vorbisenc/vorbis_analysis_init.html
   trunk/vorbis/doc/vorbisenc/vorbis_analysis_wrote.html
   trunk/vorbis/doc/vorbisenc/vorbis_bitrate_addblock.html
   trunk/vorbis/doc/vorbisenc/vorbis_bitrate_flushpacket.html
   trunk/vorbis/doc/vorbisenc/vorbis_block_init.html
   trunk/vorbis/doc/vorbisenc/vorbis_info.html
   trunk/vorbis/doc/vorbisfile/return.html
   trunk/vorbis/doc/vorbisfile/vorbis_comment.html
   trunk/vorbis/doc/vorbisfile/vorbis_info.html
Log:
Doc patch removed superfluous files, now need to remove them in SVN



Deleted: trunk/vorbis/doc/vorbisenc/ov_ectl_ratemanage2_arg.html
===================================================================
--- trunk/vorbis/doc/vorbisenc/ov_ectl_ratemanage2_arg.html	2010-11-01 19:29:55 UTC (rev 17585)
+++ trunk/vorbis/doc/vorbisenc/ov_ectl_ratemanage2_arg.html	2010-11-01 19:34:51 UTC (rev 17586)
@@ -1,92 +0,0 @@
-<html>
-
-<head>
-<title>vorbis - datatype - ov_ectl_ratemanage2_arg</title>
-<link rel=stylesheet href="style.css" type="text/css">
-</head>
-
-<body bgcolor=white text=black link="#5555ff" alink="#5555ff" vlink="#5555ff">
-<table border=0 width=100%>
-<tr>
-<td><p class=tiny>libvorbisenc documentation</p></td>
-<td align=right><p class=tiny>libvorbisenc release 1.1 - 20040709</p></td>
-</tr>
-</table>
-
-<h1>ov_ectl_ratemanage2_arg</h1>
-
-<p><i>declared in "vorbis/vorbisenc.h"</i></p>
-
-<p>
-
-The ov_ectl_ratemanage2_arg structure is used with <a
-href="vorbis_encode_ctl.html">vorbis_encode_ctl()</a> and the OV_ECTL_RATEMANAGE2_GET and
-OV_ECTL_RATEMANAGE2_SET  calls in order to query and modify specifics
-of the encoder's bitrate management configuration.
-
-<p>
-
-<table border=0 width=100% color=black cellspacing=0 cellpadding=7>
-<tr bgcolor=#cccccc>
-	<td>
-<pre><b>struct ovectl_ratemanage2_arg {
-  int    management_active;
-
-  long   bitrate_limit_min_kbps;
-  long   bitrate_limit_max_kbps;
-  long   bitrate_limit_reservoir_bits;
-  double bitrate_limit_reservoir_bias;
-
-  long   bitrate_average_kbps;
-  double bitrate_average_damping;
-};</b></pre>
-	</td>
-</tr>
-</table>
-
-<h3>Relevant Struct Members</h3>
-<dl>
-<dt><i>management_active</i></dt>
-<dd>nonzero if bitrate management is active</dd>
-
-<dt><i>bitrate_limit_min_kbps</i></dt>
-<dd>Lower allowed bitrate limit in kilobits per second</dd>
-<dt><i>bitrate_limit_max_kbps</i></dt>
-<dd>Upper allowed bitrate limit in kilobits per second</dd>
-<dt><i>bitrate_limit_reservoir_bits</i></dt>
-<dd>Size of the bitrate reservoir in bits</dd>
-<dt><i>bitrate_limit_reservoir_bias</i></dt>
-
-<dd>Regulates the bitrate reservoir's preferred fill level in a range
-from 0.0 to 1.0; 0.0 tries to bank bits to buffer against future
-bitrate spikes, 1.0 buffers against future sudden drops in
-instantaneous bitrate.  Default is 0.1 </dd>
-
-<dt><i>bitrate_average_kbps</i></dt>
-<dd>Average bitrate setting in kilobits per second</dd>
-
-<dt><i>bitrate_average_damping</i></dt> <dd>Slew rate limit setting
-for average bitrate adjustment; sets the minimum time in seconds the
-bitrate tracker may swing from one extreme to the other when boosting
-or damping average bitrate.</dd>
-
-
-
-</dl>
-
-
-<br><br>
-<hr noshade>
-<table border=0 width=100%>
-<tr valign=top>
-<td><p class=tiny>copyright &copy; 2004 vorbis team</p></td>
-<td align=right><p class=tiny><a href="http://www.xiph.org/ogg/vorbis/index.html">Ogg Vorbis</a><br><a href="mailto:team at vorbis.org">team at vorbis.org</a></p></td>
-</tr><tr>
-<td><p class=tiny>vorbisfile documentation</p></td>
-<td align=right><p class=tiny>libvorbisenc release 1.1 - 20040709</p></td>
-</tr>
-</table>
-
-</body>
-
-</html>

Deleted: trunk/vorbis/doc/vorbisenc/ov_ectl_ratemanage_arg.html
===================================================================
--- trunk/vorbis/doc/vorbisenc/ov_ectl_ratemanage_arg.html	2010-11-01 19:29:55 UTC (rev 17585)
+++ trunk/vorbis/doc/vorbisenc/ov_ectl_ratemanage_arg.html	2010-11-01 19:34:51 UTC (rev 17586)
@@ -1,92 +0,0 @@
-<html>
-
-<head>
-<title>vorbis - datatype - ov_ectl_ratemanage_arg</title>
-<link rel=stylesheet href="style.css" type="text/css">
-</head>
-
-<body bgcolor=white text=black link="#5555ff" alink="#5555ff" vlink="#5555ff">
-<table border=0 width=100%>
-<tr>
-<td><p class=tiny>libvorbisenc documentation</p></td>
-<td align=right><p class=tiny>libvorbisenc release 1.1 - 20040709</p></td>
-</tr>
-</table>
-
-<h1>ov_ectl_ratemanage_arg</h1>
-
-<p><i>declared in "vorbis/vorbisenc.h"</i></p>
-
-<p>
-
-The ov_ectl_ratemanage_arg structure is used with <a
-href="vorbis_encode_ctl.html">vorbis_encode_ctl()</a> and the OV_ECTL_RATEMANAGE_GET,
-OV_ECTL_RATEMANAGE_SET, OV_ECTL_RATEMANAGE_AVG,
-OV_ECTL_RATEMANAGE_HARD calls in order to query and modify specifics
-of the encoder's bitrate management configuration.  Note that this is
-a deprecated interface; please use vorbis_encode_ctl() with the <a
-href="ov_ectl_ratemanage2_arg.html">ov_ectl_ratemanage2_arg</a> struct
-and OV_ECTL_RATEMANAGE2_GET and OV_ECTL_RATEMANAGE2_SET calls in new
-code.
-
-<p>
-
-<table border=0 width=100% color=black cellspacing=0 cellpadding=7>
-<tr bgcolor=#cccccc>
-	<td>
-<pre><b>struct ovectl_ratemanage_arg {
-  int    management_active;
-
-  long   bitrate_hard_min;
-  long   bitrate_hard_max;
-  double bitrate_hard_window;
-
-  long   bitrate_av_lo;
-  long   bitrate_av_hi;
-  double bitrate_av_window;
-  double bitrate_av_window_center;
-};</b></pre>
-	</td>
-</tr>
-</table>
-
-<h3>Relevant Struct Members</h3>
-<dl>
-
-<dt><i>management_active</i></dt>
-<dd>nonzero if bitrate management is active</dd>
-
-<dt><i>bitrate_hard_min</i></dt>
-<dd>hard lower limit (in kilobits per second) below which the stream bitrate will never be allowed for any given bitrate_hard_window seconds of time.</dd>
-<dt><i>bitrate_hard_max</i></dt>
-<dd>hard upper limit (in kilobits per second) above which the stream bitrate will never be allowed for any given bitrate_hard_window seconds of time.</dd>
-<dt><i>bitrate_hard_window</i></dt>
-<dd>the window period (in seconds) used to regulate the hard bitrate minimum and maximum</dd>
-
-<dt><i>bitrate_av_lo</i></dt>
-<dd>soft lower limit (in kilobits per second) below which the average bitrate tracker will start nudging the bitrate higher.</dd>
-<dt><i>bitrate_av_hi</i></dt>
-<dd>soft upper limit (in kilobits per second) above which the average bitrate tracker will start nudging the bitrate lower.</dd>
-<dt><i>bitrate_av_window</i></dt>
-<dd>the window period (in seconds) used to regulate the average bitrate minimum and maximum.</dd>
-<dt><i>bitrate_av_window_center</i></dt>
-<dd>Regulates the relative centering of the average and hard windows; in libvorbis 1.0 and 1.0.1, the hard window regulation overlapped but followed the average window regulation.  In libvorbis 1.1 a bit-reservoir interface replaces the old windowing interface; the older windowing interface is simulated and this field has no effect.</dd>
-
-</dl>
-
-
-<br><br>
-<hr noshade>
-<table border=0 width=100%>
-<tr valign=top>
-<td><p class=tiny>copyright &copy; 2004 vorbis team</p></td>
-<td align=right><p class=tiny><a href="http://www.xiph.org/ogg/vorbis/index.html">Ogg Vorbis</a><br><a href="mailto:team at vorbis.org">team at vorbis.org</a></p></td>
-</tr><tr>
-<td><p class=tiny>vorbisfile documentation</p></td>
-<td align=right><p class=tiny>libvorbisenc release 1.1 - 20040709</p></td>
-</tr>
-</table>
-
-</body>
-
-</html>

Deleted: trunk/vorbis/doc/vorbisenc/vorbis_analysis.html
===================================================================
--- trunk/vorbis/doc/vorbisenc/vorbis_analysis.html	2010-11-01 19:29:55 UTC (rev 17585)
+++ trunk/vorbis/doc/vorbisenc/vorbis_analysis.html	2010-11-01 19:34:51 UTC (rev 17586)
@@ -1,86 +0,0 @@
-<html>
-
-<head>
-<title>libvorbisenc - function - vorbis_analysis</title>
-<link rel=stylesheet href="style.css" type="text/css">
-</head>
-
-<body bgcolor=white text=black link="#5555ff" alink="#5555ff" vlink="#5555ff">
-<table border=0 width=100%>
-<tr>
-<td><p class=tiny>libvorbisenc documentation</p></td>
-<td align=right><p class=tiny>libvorbisenc release 1.1 - 20091219</p></td>
-</tr>
-</table>
-
-<h1>vorbis_analysis</h1>
-
-<p><i>declared in "vorbis/codec.h";</i></p>
-
-<p>Once the uncompressed audio data has been divided into blocks, this
-function is called on each block. It looks up the encoding mode and
-dispatches the block to the forward transform provided by that mode.
-</p>
-<p>When using a basic encoding mode, with no bitrate management,
-an ogg_packet pointer can be given, and the coded block is returned
-directly through that structure and can be placed in the output stream.
-</p>
-<p>Otherwise, NULL should be passed for the ogg_packet pointer. In
-that case, after the transform has been applied, the block must passed
-to vorbis_bitrate_addblock() for further coding. This method works with
-both basic and managed encoding modes, so it's recommended for new code.
-</p>
-
-<table border=0 color=black cellspacing=0 cellpadding=7>
-<tr bgcolor=#cccccc>
-	<td>
-<pre><b>
-extern int      vorbis_analysis(vorbis_block *vb,ogg_packet *op);
-</b></pre>
-	</td>
-</tr>
-</table>
-
-<h3>Parameters</h3>
-<dl>
-<dt><i>vb</i></dt>
-<dd>Pointer to the vorbis_block to be encoded.</dd>
-<dt><i>op</i></dt>
-<dd>Optional pointer to an ogg_packet. This is normally NULL,
-and the final output is obtained by passing <i>vb</i> though the
-vorbis_bitrate_*() interface to perform further refinement.
-However, when not using a bitrate managed encoding mode, it
-is possible to skip that step by providing an ogg_packet pointer
-here, obtaining the compressed data directly.</dd>
-</dl>
-
-
-<h3>Return Values</h3>
-<ul>
-<li>0 for success</li>
-<li>negative values for failure:
-<ul>
-<li>OV_EINVAL - Invalid request; a non-NULL value was passed for <i>op</i> when the encoder is using a bitrate managed mode.</li> 
-<li>OV_EFAULT - Internal fault; indicates a bug or memory corruption.</li>
-<li>OV_EIMPL - Unimplemented; not supported by this version of the library.</li>
-</ul>
-</li>
-</ul>
-<p>
-
-<br><br>
-<hr noshade>
-<table border=0 width=100%>
-<tr valign=top>
-<td><p class=tiny>copyright &copy; 2009 Xiph.Org</p></td>
-<td align=right><p class=tiny><a href="http://www.xiph.org/ogg/vorbis/index.html">Ogg Vorbis</a><br><a href="mailto:team at vorbis.org">team at vorbis.org</a></p></td>
-</tr><tr>
-<td><p class=tiny>libvorbisenc documentation</p></td>
-<td align=right><p class=tiny>libvorbisenc release 1.1 - 20091219</p></td>
-</tr>
-</table>
-
-
-</body>
-
-</html>

Deleted: trunk/vorbis/doc/vorbisenc/vorbis_analysis_blockout.html
===================================================================
--- trunk/vorbis/doc/vorbisenc/vorbis_analysis_blockout.html	2010-11-01 19:29:55 UTC (rev 17585)
+++ trunk/vorbis/doc/vorbisenc/vorbis_analysis_blockout.html	2010-11-01 19:34:51 UTC (rev 17586)
@@ -1,79 +0,0 @@
-<html>
-
-<head>
-<title>libvorbisenc - function - vorbis_analysis_blockout</title>
-<link rel=stylesheet href="style.css" type="text/css">
-</head>
-
-<body bgcolor=white text=black link="#5555ff" alink="#5555ff" vlink="#5555ff">
-<table border=0 width=100%>
-<tr>
-<td><p class=tiny>libvorbisenc documentation</p></td>
-<td align=right><p class=tiny>libvorbisenc release 1.1 - 20091219</p></td>
-</tr>
-</table>
-
-<h1>vorbis_analysis_blockout</h1>
-
-<p><i>declared in "vorbis/codec.h";</i></p>
-
-<p>This fuction examines the available uncompressed data and tries to
-break it into appropriate sized blocks. It should be called in a loop
-after adding new data with vorbis_analysis_buffer()/vorbis_analysis_wrote()
-until it returns zero (need more data) or an negative value (error).
-</p>
-<p>
-Each block returned should be passed to vorbis_analysis() for transform
-and coding.
-</p>
-
-<table border=0 color=black cellspacing=0 cellpadding=7>
-<tr bgcolor=#cccccc>
-	<td>
-<pre><b>
-extern int      vorbis_analysis_blockout(vorbis_dsp_state *v,vorbis_block *vb);
-</b></pre>
-	</td>
-</tr>
-</table>
-
-<h3>Parameters</h3>
-<dl>
-<dt><i>v</i></dt>
-<dd>Pointer to the vorbis_dsp_state representing the encoder.</dd>
-<dt><i>vb</i></dt>
-<dd>Pointer to a previously initialized vorbis_block object to hold the
-returned data.
-</dl>
-
-
-<h3>Return Values</h3>
-<ul>
-<li>1 for success when more blocks are available.</li>
-<li>0 for success when this is the last block available from the current input.</li>
-<li>negative values for failure:
-<ul>
-<li>OV_EINVAL - Invalid parameters.</li> 
-<li>OV_EFAULT - Internal fault; indicates a bug or memory corruption.</li>
-<li>OV_EIMPL - Unimplemented; not supported by this version of the library.</li>
-</ul>
-</li>
-
-</ul>
-
-<br><br>
-<hr noshade>
-<table border=0 width=100%>
-<tr valign=top>
-<td><p class=tiny>copyright &copy; 2009 Xiph.Org</p></td>
-<td align=right><p class=tiny><a href="http://www.xiph.org/ogg/vorbis/index.html">Ogg Vorbis</a><br><a href="mailto:team at vorbis.org">team at vorbis.org</a></p></td>
-</tr><tr>
-<td><p class=tiny>libvorbisenc documentation</p></td>
-<td align=right><p class=tiny>libvorbisenc release 1.1 - 20091219</p></td>
-</tr>
-</table>
-
-
-</body>
-
-</html>

Deleted: trunk/vorbis/doc/vorbisenc/vorbis_analysis_buffer.html
===================================================================
--- trunk/vorbis/doc/vorbisenc/vorbis_analysis_buffer.html	2010-11-01 19:29:55 UTC (rev 17585)
+++ trunk/vorbis/doc/vorbisenc/vorbis_analysis_buffer.html	2010-11-01 19:34:51 UTC (rev 17586)
@@ -1,74 +0,0 @@
-<html>
-
-<head>
-<title>libvorbisenc - function - vorbis_analysis_buffer</title>
-<link rel=stylesheet href="style.css" type="text/css">
-</head>
-
-<body bgcolor=white text=black link="#5555ff" alink="#5555ff" vlink="#5555ff">
-<table border=0 width=100%>
-<tr>
-<td><p class=tiny>libvorbisenc documentation</p></td>
-<td align=right><p class=tiny>libvorbisenc release 1.1 - 20091219</p></td>
-</tr>
-</table>
-
-<h1>vorbis_analysis_buffer</h1>
-
-<p><i>declared in "vorbis/codec.h";</i></p>
-
-<p>This fuction requests a buffer array for delivering audio to the
-encoder for compression.</p>
-
-<p>The Vorbis encoder expects the caller to write audio data as
-non-interleaved floating point samples into its internal buffers.
-</p>
-<p>
-The general procedure is to call this function with the number of samples
-you have available. The encoder will arrange for that much internal storage
-and return an array of buffer pointers, one for each channel of audio.
-The caller must then write the audio samples into those buffers, as
-float values, and finally call vorbis_analysis_wrote() to tell the
-encoder the data is available for analysis.
-</p>
-
-<table border=0 color=black cellspacing=0 cellpadding=7>
-<tr bgcolor=#cccccc>
-	<td>
-<pre><b>
-extern float  **vorbis_analysis_buffer(vorbis_dsp_state *v,int vals);
-</b></pre>
-	</td>
-</tr>
-</table>
-
-<h3>Parameters</h3>
-<dl>
-<dt><i>v</i></dt>
-<dd>Pointer to the vorbis_dsp_state representing the encoder.</dd>
-<dt><i>vals</i></dt>
-<dd>Number of samples to provide space for in the returned buffer. 1024 is a reasonable choice.</dd>
-</dl>
-
-
-<h3>Return Values</h3>
-<p>Returns an array of floating point buffers which can accept data.
-A (**float) where the first index is the channel, and the second is
-the sample index.<p>
-
-<br><br>
-<hr noshade>
-<table border=0 width=100%>
-<tr valign=top>
-<td><p class=tiny>copyright &copy; 2009 Xiph.Org</p></td>
-<td align=right><p class=tiny><a href="http://www.xiph.org/ogg/vorbis/index.html">Ogg Vorbis</a><br><a href="mailto:team at vorbis.org">team at vorbis.org</a></p></td>
-</tr><tr>
-<td><p class=tiny>libvorbisenc documentation</p></td>
-<td align=right><p class=tiny>libvorbisenc release 1.1 - 20091219</p></td>
-</tr>
-</table>
-
-
-</body>
-
-</html>

Deleted: trunk/vorbis/doc/vorbisenc/vorbis_analysis_headerout.html
===================================================================
--- trunk/vorbis/doc/vorbisenc/vorbis_analysis_headerout.html	2010-11-01 19:29:55 UTC (rev 17585)
+++ trunk/vorbis/doc/vorbisenc/vorbis_analysis_headerout.html	2010-11-01 19:34:51 UTC (rev 17586)
@@ -1,83 +0,0 @@
-<html>
-
-<head>
-<title>libvorbisenc - function - vorbis_analysis_headerout</title>
-<link rel=stylesheet href="style.css" type="text/css">
-</head>
-
-<body bgcolor=white text=black link="#5555ff" alink="#5555ff" vlink="#5555ff">
-<table border=0 width=100%>
-<tr>
-<td><p class=tiny>libvorbisenc documentation</p></td>
-<td align=right><p class=tiny>libvorbisenc release 1.1 - 20091219</p></td>
-</tr>
-</table>
-
-<h1>vorbis_analysis_headerout</h1>
-
-<p><i>declared in "vorbis/codec.h";</i></p>
-
-<p>This function creates and returns the three header packets needed
-to configure a decoder to accept compressed data. I should be called
-after all encoder initialization and configuration is complete. The
-output packets should be placed in order at the start of the compressed
-vorbis stream, prior to the first data packet.
-</p>
-
-<table border=0 color=black cellspacing=0 cellpadding=7>
-<tr bgcolor=#cccccc>
-	<td>
-<pre><b>
-extern int      vorbis_analysis_headerout(vorbis_dsp_state *v,
-                                          vorbis_comment *vc,
-                                          ogg_packet *op,
-                                          ogg_packet *op_comm,
-                                          ogg_packet *op_code);
-</b></pre>
-	</td>
-</tr>
-</table>
-
-<h3>Parameters</h3>
-<dl>
-<dt><i>v</i></dt>
-<dd>Pointer to an initialized vorbis_dsp_state which holds the encoder configuration.</dd>
-<dt><i>vc</i></dt>
-<dd>Pointer to an initialized vorbis_comment structure which holds the metadata associated with the stream being encoded.</dd>
-<dt><i>op</i></dt>
-<dd>Pointer to an ogg_packet structure to be filled out with the stream identification header.</dd>
-<dt><i>op_comm</i></dt>
-<dd>Pointer to an ogg_packet structure to be filled out with the serialied vorbis_comment data.</dd>
-<dt><i>op_code</i></dt>
-<dd>Pointer to an ogg_packet structure to be filled out with the codebooks, mode descriptions, etc. which will be used encoding the stream.</dd>
-</dl>
-
-
-<h3>Return Values</h3>
-<ul>
-<li>0 for success</li>
-<li>negative values for failure:
-<ul>
-<li>OV_EFAULT - Internal fault; indicates a bug or memory corruption.</li>
-<li>OV_EIMPL - Unimplemented; not supported by this version of the library.</li>
-</ul>
-</li>
-</ul>
-<p>
-
-<br><br>
-<hr noshade>
-<table border=0 width=100%>
-<tr valign=top>
-<td><p class=tiny>copyright &copy; 2009 Xiph.Org</p></td>
-<td align=right><p class=tiny><a href="http://www.xiph.org/ogg/vorbis/index.html">Ogg Vorbis</a><br><a href="mailto:team at vorbis.org">team at vorbis.org</a></p></td>
-</tr><tr>
-<td><p class=tiny>libvorbisenc documentation</p></td>
-<td align=right><p class=tiny>libvorbisenc release 1.1 - 20091219</p></td>
-</tr>
-</table>
-
-
-</body>
-
-</html>

Deleted: trunk/vorbis/doc/vorbisenc/vorbis_analysis_init.html
===================================================================
--- trunk/vorbis/doc/vorbisenc/vorbis_analysis_init.html	2010-11-01 19:29:55 UTC (rev 17585)
+++ trunk/vorbis/doc/vorbisenc/vorbis_analysis_init.html	2010-11-01 19:34:51 UTC (rev 17586)
@@ -1,66 +0,0 @@
-<html>
-
-<head>
-<title>libvorbisenc - function - vorbis_analysis_init</title>
-<link rel=stylesheet href="style.css" type="text/css">
-</head>
-
-<body bgcolor=white text=black link="#5555ff" alink="#5555ff" vlink="#5555ff">
-<table border=0 width=100%>
-<tr>
-<td><p class=tiny>libvorbisenc documentation</p></td>
-<td align=right><p class=tiny>libvorbisenc release 1.1 - 20091219</p></td>
-</tr>
-</table>
-
-<h1>vorbis_analysis_init</h1>
-
-<p><i>declared in "vorbis/codec.h";</i></p>
-
-<p>This function allocates and initializes the encoder's analysis state
-inside a is vorbis_dsp_state, based on the configuration in a vorbis_info
-struct.
-</p>
-
-<table border=0 color=black cellspacing=0 cellpadding=7>
-<tr bgcolor=#cccccc>
-	<td>
-<pre><b>
-extern int      vorbis_analysis_init(vorbis_dsp_state *v,vorbis_info *vi);
-</b></pre>
-	</td>
-</tr>
-</table>
-
-<h3>Parameters</h3>
-<dl>
-<dt><i>v</i</dt>
-<dd>Pointer to the vorbis_dsp_state structure to be initialized for encoding.</dd>
-<dt><i>vi</i></dt>
-<dd>Pointer to an initialized <a href="vorbis_info.html">vorbis_info</a> struct describing the encoder configuration.</dd>
-</dl>
-
-
-<h3>Return Values</h3>
-<blockquote>
-<li>
-0 for success</li>
-</blockquote>
-<p>
-
-<br><br>
-<hr noshade>
-<table border=0 width=100%>
-<tr valign=top>
-<td><p class=tiny>copyright &copy; 2009 Xiph.Org</p></td>
-<td align=right><p class=tiny><a href="http://www.xiph.org/ogg/vorbis/index.html">Ogg Vorbis</a><br><a href="mailto:team at vorbis.org">team at vorbis.org</a></p></td>
-</tr><tr>
-<td><p class=tiny>libvorbisenc documentation</p></td>
-<td align=right><p class=tiny>libvorbisenc release 1.1 - 20091219</p></td>
-</tr>
-</table>
-
-
-</body>
-
-</html>

Deleted: trunk/vorbis/doc/vorbisenc/vorbis_analysis_wrote.html
===================================================================
--- trunk/vorbis/doc/vorbisenc/vorbis_analysis_wrote.html	2010-11-01 19:29:55 UTC (rev 17585)
+++ trunk/vorbis/doc/vorbisenc/vorbis_analysis_wrote.html	2010-11-01 19:34:51 UTC (rev 17586)
@@ -1,80 +0,0 @@
-<html>
-
-<head>
-<title>libvorbisenc - function - vorbis_analysis_wrote</title>
-<link rel=stylesheet href="style.css" type="text/css">
-</head>
-
-<body bgcolor=white text=black link="#5555ff" alink="#5555ff" vlink="#5555ff">
-<table border=0 width=100%>
-<tr>
-<td><p class=tiny>libvorbisenc documentation</p></td>
-<td align=right><p class=tiny>libvorbisenc release 1.1 - 20091219</p></td>
-</tr>
-</table>
-
-<h1>vorbis_analysis_wrote</h1>
-
-<p><i>declared in "vorbis/codec.h";</i></p>
-
-<p>This function tells the encoder new data is available for compression.
-Call this after writing new audio into the buffer array returned by
-vorbis_analysis_buffer().
-</p>
-
-<p>
-Call with the <i>vals</i> parameter set to zero to signal the end
-of the input data.
-</p>
-
-<table border=0 color=black cellspacing=0 cellpadding=7>
-<tr bgcolor=#cccccc>
-	<td>
-<pre><b>
-extern int      vorbis_analysis_wrote(vorbis_dsp_state *v,int vals);
-</b></pre>
-	</td>
-</tr>
-</table>
-
-<h3>Parameters</h3>
-<dl>
-<dt><i>v</i></dt>
-<dd>Pointer to the vorbis_dsp_state representing the encoder.</dd>
-<dt><i>vals</i></dt>
-<dd>Number of samples successfully written. This must be less than
-or equal to the value passed to vorbis_analysis_buffer(). A value
-of zero means all input data has been provided and the compressed
-stream should be finalized.</dd>
-</dl>
-
-
-<h3>Return Values</h3>
-<ul>
-<li>0 for success</li>
-<li>negative values for failure:
-<ul>
-<li>OV_EINVAL - Invalid request; e.g. vals overflows the allocated space.</li> 
-<li>OV_EFAULT - Internal fault; indicates a bug or memory corruption.</li>
-<li>OV_EIMPL - Unimplemented; not supported by this version of the library.</li>
-</ul>
-</li>
-</ul>
-<p>
-
-<br><br>
-<hr noshade>
-<table border=0 width=100%>
-<tr valign=top>
-<td><p class=tiny>copyright &copy; 2009 Xiph.Org</p></td>
-<td align=right><p class=tiny><a href="http://www.xiph.org/ogg/vorbis/index.html">Ogg Vorbis</a><br><a href="mailto:team at vorbis.org">team at vorbis.org</a></p></td>
-</tr><tr>
-<td><p class=tiny>libvorbisenc documentation</p></td>
-<td align=right><p class=tiny>libvorbisenc release 1.1 - 20091219</p></td>
-</tr>
-</table>
-
-
-</body>
-
-</html>

Deleted: trunk/vorbis/doc/vorbisenc/vorbis_bitrate_addblock.html
===================================================================
--- trunk/vorbis/doc/vorbisenc/vorbis_bitrate_addblock.html	2010-11-01 19:29:55 UTC (rev 17585)
+++ trunk/vorbis/doc/vorbisenc/vorbis_bitrate_addblock.html	2010-11-01 19:34:51 UTC (rev 17586)
@@ -1,74 +0,0 @@
-<html>
-
-<head>
-<title>libvorbisenc - function - vorbis_bitrate_addblock</title>
-<link rel=stylesheet href="style.css" type="text/css">
-</head>
-
-<body bgcolor=white text=black link="#5555ff" alink="#5555ff" vlink="#5555ff">
-<table border=0 width=100%>
-<tr>
-<td><p class=tiny>libvorbisenc documentation</p></td>
-<td align=right><p class=tiny>libvorbisenc release 1.1 - 20091219</p></td>
-</tr>
-</table>
-
-<h1>vorbis_bitrate_addblock</h1>
-
-<p><i>declared in "vorbis/codec.h";</i></p>
-
-<p>This fuction submits a transformed block to the bitrate management
-engine for final encoding. Packets are buffered and the packet boundaries
-adjusted and padded to meet the target bitrate, if any.</p>
-
-<p>After calling vorbis_bitrate_addblock(), the passed vorbis_block
-structure can be reused in another call to vorbis_analysis_blockout().
-Call vorbis_bitrate_flushpacket() to obtain the final compressed data.
-</p>
-
-<table border=0 color=black cellspacing=0 cellpadding=7>
-<tr bgcolor=#cccccc>
-	<td>
-<pre><b>
-extern int      vorbis_bitrate_addblock(vorbis_block *vb);
-</b></pre>
-	</td>
-</tr>
-</table>
-
-<h3>Parameters</h3>
-<dl>
-<dt><i>vb</i></dt>
-<dd>Pointer to the vorbis_block to be submitted.</dd>
-</dl>
-
-
-<h3>Return Values</h3>
-<ul>
-<li>0 for success.</li>
-<li>negative values for failure:
-<ul>
-<li>OV_EINVAL - Invalid parameters.</li> 
-<li>OV_EFAULT - Internal fault; indicates a bug or memory corruption.</li>
-<li>OV_EIMPL - Unimplemented; not supported by this version of the library.</li>
-</ul>
-</li>
-
-</ul>
-
-<br><br>
-<hr noshade>
-<table border=0 width=100%>
-<tr valign=top>
-<td><p class=tiny>copyright &copy; 2009 Xiph.Org</p></td>
-<td align=right><p class=tiny><a href="http://www.xiph.org/ogg/vorbis/index.html">Ogg Vorbis</a><br><a href="mailto:team at vorbis.org">team at vorbis.org</a></p></td>
-</tr><tr>
-<td><p class=tiny>libvorbisenc documentation</p></td>
-<td align=right><p class=tiny>libvorbisenc release 1.1 - 20091219</p></td>
-</tr>
-</table>
-
-
-</body>
-
-</html>

Deleted: trunk/vorbis/doc/vorbisenc/vorbis_bitrate_flushpacket.html
===================================================================
--- trunk/vorbis/doc/vorbisenc/vorbis_bitrate_flushpacket.html	2010-11-01 19:29:55 UTC (rev 17585)
+++ trunk/vorbis/doc/vorbisenc/vorbis_bitrate_flushpacket.html	2010-11-01 19:34:51 UTC (rev 17586)
@@ -1,80 +0,0 @@
-<html>
-
-<head>
-<title>libvorbisenc - function - vorbis_bitrate_flushpacket</title>
-<link rel=stylesheet href="style.css" type="text/css">
-</head>
-
-<body bgcolor=white text=black link="#5555ff" alink="#5555ff" vlink="#5555ff">
-<table border=0 width=100%>
-<tr>
-<td><p class=tiny>libvorbisenc documentation</p></td>
-<td align=right><p class=tiny>libvorbisenc release 1.1 - 20091219</p></td>
-</tr>
-</table>
-
-<h1>vorbis_bitrate_flushpacket</h1>
-
-<p><i>declared in "vorbis/codec.h";</i></p>
-
-<p>This function returns the next available completed packet from the
-bitrate management engine. It should be called in a loop after any call
-to vorbis_bitrate_addblock() until it returns either 0 (more data needed)
-or a negative value (error).
-</p>
-
-<p>
-The data returned in the ogg_packet structure can be copied to the
-final compressed output stream.
-</p>
-
-<table border=0 color=black cellspacing=0 cellpadding=7>
-<tr bgcolor=#cccccc>
-	<td>
-<pre><b>
-extern int      vorbis_bitrate_flushpacket(vorbis_dsp_state *vd,
-                                           ogg_packet *op);
-</b></pre>
-	</td>
-</tr>
-</table>
-
-<h3>Parameters</h3>
-<dl>
-<dt><i>vd</i></dt>
-<dd>Pointer to the vorbis_dsp_state represending the encoder.</dd>
-<dt><i>op</i></dt>
-<dd>Pointer to an ogg_packet to be filled out with the compressed data.</dd>
-</dl>
-
-
-<h3>Return Values</h3>
-<ul>
-<li>1 for success when more packets are available.
-<li>0 for success when this is the last packet available from the current input.</li>
-<li>negative values for failure:
-<ul>
-<li>OV_EINVAL - Invalid parameters.</li> 
-<li>OV_EFAULT - Internal fault; indicates a bug or memory corruption.</li>
-<li>OV_EIMPL - Unimplemented; not supported by this version of the library.</li>
-</ul>
-</li>
-
-</ul>
-
-<br><br>
-<hr noshade>
-<table border=0 width=100%>
-<tr valign=top>
-<td><p class=tiny>copyright &copy; 2009 Xiph.Org</p></td>
-<td align=right><p class=tiny><a href="http://www.xiph.org/ogg/vorbis/index.html">Ogg Vorbis</a><br><a href="mailto:team at vorbis.org">team at vorbis.org</a></p></td>
-</tr><tr>
-<td><p class=tiny>libvorbisenc documentation</p></td>
-<td align=right><p class=tiny>libvorbisenc release 1.1 - 20091219</p></td>
-</tr>
-</table>
-
-
-</body>
-
-</html>

Deleted: trunk/vorbis/doc/vorbisenc/vorbis_block_init.html
===================================================================
--- trunk/vorbis/doc/vorbisenc/vorbis_block_init.html	2010-11-01 19:29:55 UTC (rev 17585)
+++ trunk/vorbis/doc/vorbisenc/vorbis_block_init.html	2010-11-01 19:34:51 UTC (rev 17586)
@@ -1,66 +0,0 @@
-<html>
-
-<head>
-<title>libvorbisenc - function - vorbis_block_init</title>
-<link rel=stylesheet href="style.css" type="text/css">
-</head>
-
-<body bgcolor=white text=black link="#5555ff" alink="#5555ff" vlink="#5555ff">
-<table border=0 width=100%>
-<tr>
-<td><p class=tiny>libvorbisenc documentation</p></td>
-<td align=right><p class=tiny>libvorbisenc release 1.1 - 20091219</p></td>
-</tr>
-</table>
-
-<h1>vorbis_block_init</h1>
-
-<p><i>declared in "vorbis/codec.h";</i></p>
-
-<p>This function initializes a vorbis_block structure and allocates its
-internal storage. A vorbis_block is used to represent a particular block
-of input audio which can be analyzed and coded as a unit.
-</p>
-
-<table border=0 color=black cellspacing=0 cellpadding=7>
-<tr bgcolor=#cccccc>
-	<td>
-<pre><b>
-extern int      vorbis_block_init(vorbis_dsp_state *v, vorbis_block *vb);
-</b></pre>
-	</td>
-</tr>
-</table>
-
-<h3>Parameters</h3>
-<dl>
-<dt><i>v</i</dt>
-<dd>Pointer to an initialized vorbis_dsp_state with which to associate the new block.</dd>
-<dt><i>vb</i></dt>
-<dd>Pointer to a vorbis_block struct to be initialized.</dd>
-</dl>
-
-
-<h3>Return Values</h3>
-<blockquote>
-<li>
-0 for success</li>
-</blockquote>
-<p>
-
-<br><br>
-<hr noshade>
-<table border=0 width=100%>
-<tr valign=top>
-<td><p class=tiny>copyright &copy; 2009 Xiph.Org</p></td>
-<td align=right><p class=tiny><a href="http://www.xiph.org/ogg/vorbis/index.html">Ogg Vorbis</a><br><a href="mailto:team at vorbis.org">team at vorbis.org</a></p></td>
-</tr><tr>
-<td><p class=tiny>libvorbisenc documentation</p></td>
-<td align=right><p class=tiny>libvorbisenc release 1.1 - 20091219</p></td>
-</tr>
-</table>
-
-
-</body>
-
-</html>

Deleted: trunk/vorbis/doc/vorbisenc/vorbis_info.html
===================================================================
--- trunk/vorbis/doc/vorbisenc/vorbis_info.html	2010-11-01 19:29:55 UTC (rev 17585)
+++ trunk/vorbis/doc/vorbisenc/vorbis_info.html	2010-11-01 19:34:51 UTC (rev 17586)
@@ -1,81 +0,0 @@
-<html>
-
-<head>
-<title>vorbis - datatype - vorbis_info</title>
-<link rel=stylesheet href="style.css" type="text/css">
-</head>
-
-<body bgcolor=white text=black link="#5555ff" alink="#5555ff" vlink="#5555ff">
-<table border=0 width=100%>
-<tr>
-<td><p class=tiny>libvorbisenc documentation</p></td>
-<td align=right><p class=tiny>libvorbisenc release 1.1 - 20040709</p></td>
-</tr>
-</table>
-
-<h1>vorbis_info</h1>
-
-<p><i>declared in "vorbis/codec.h"</i></p>
-
-<p>
-The vorbis_info structure contains information about a vorbis bitstream.
-
-<p>
-
-<table border=0 width=100% color=black cellspacing=0 cellpadding=7>
-<tr bgcolor=#cccccc>
-	<td>
-<pre><b>typedef struct vorbis_info{
-  int version;
-  int channels;
-  long rate;
-  
-  long bitrate_upper;
-  long bitrate_nominal;
-  long bitrate_lower;
-  long bitrate_window;
-
-  void *codec_setup;
-
-} vorbis_info;</b></pre>
-	</td>
-</tr>
-</table>
-
-<h3>Relevant Struct Members</h3>
-<dl>
-<dt><i>version</i></dt>
-<dd>Vorbis encoder version used to create this bitstream.</dd>
-<dt><i>channels</i></dt>
-<dd>Int signifying number of channels in bitstream.</dd>
-<dt><i>rate</i></dt>
-<dd>Sampling rate of the bitstream.</dd>
-<dt><i>bitrate_upper</i></dt>
-<dd>Specifies the upper limit in a VBR bitstream.  If the value matches the bitrate_nominal and bitrate_lower parameters, the stream is fixed bitrate.  May be unset if no limit exists.</dd>
-<dt><i>bitrate_nominal</i></dt>
-<dd>Specifies the average bitrate for a VBR bitstream.  May be unset.  If the bitrate_upper and bitrate_lower parameters match, the stream is fixed bitrate.</dd>
-<dt><i>bitrate_lower</i></dt>
-<dd>Specifies the lower limit in a VBR bitstream.  If the value matches the bitrate_nominal and bitrate_upper parameters, the stream is fixed bitrate.  May be unset if no limit exists.</dd>
-<dt><i>bitrate_window</i></dt>
-<dd>Specifies the size of the bit reservoir in seconds relative to the nominal bitrate.  May be unset.</dd>
-<dt><i>codec_setup</i></dt>
-<dd>Pointer to private encoder setup state.</dd>
-
-</dl>
-
-
-<br><br>
-<hr noshade>
-<table border=0 width=100%>
-<tr valign=top>
-<td><p class=tiny>copyright &copy; 2004 vorbis team</p></td>
-<td align=right><p class=tiny><a href="http://www.xiph.org/ogg/vorbis/index.html">Ogg Vorbis</a><br><a href="mailto:team at vorbis.org">team at vorbis.org</a></p></td>
-</tr><tr>
-<td><p class=tiny>vorbisfile documentation</p></td>
-<td align=right><p class=tiny>libvorbisenc release 1.1 - 20040709</p></td>
-</tr>
-</table>
-
-</body>
-
-</html>

Deleted: trunk/vorbis/doc/vorbisfile/return.html
===================================================================
--- trunk/vorbis/doc/vorbisfile/return.html	2010-11-01 19:29:55 UTC (rev 17585)
+++ trunk/vorbis/doc/vorbisfile/return.html	2010-11-01 19:34:51 UTC (rev 17586)
@@ -1,77 +0,0 @@
-<html>
-
-<head>
-<title>Vorbisfile - Return Codes</title>
-<link rel=stylesheet href="style.css" type="text/css">
-</head>
-
-<body bgcolor=white text=black link="#5555ff" alink="#5555ff" vlink="#5555ff">
-<table border=0 width=100%>
-<tr>
-<td><p class=tiny>Vorbisfile documentation</p></td>
-<td align=right><p class=tiny>vorbisfile version 1.2.0 - 20070723</p></td>
-</tr>
-</table>
-
-<h1>Return Codes</h1>
-
-<p>
-
-The following return codes are <tt>#define</tt>d in "vorbis/codec.h"
-may be returned by libvorbisfile.  Descriptions of a code relevant to
-a specific function are found in the reference description of that
-function.
-
-<dl>
-
-<dt>OV_FALSE</dt>
-<dd>Not true, or no data available</dd>
-
-<dt>OV_HOLE</dt>
-<dd>Vorbisfile encoutered missing or corrupt data in the bitstream.  Recovery
-is normally automatic and this return code is for informational purposes only.</dd>
-
-<dt>OV_EREAD</dt>
-<dd>Read error while fetching compressed data for decode</dd>
-
-<dt>OV_EFAULT</dt>
-<dd>Internal inconsistency in decode state.  Continuing is likely not possible.</dd>
-
-<dt>OV_EIMPL</dt>
-<dd>Feature not implemented</dd>
-
-<dt>OV_EINVAL</dt>
-<dd>Either an invalid argument, or incompletely initialized argument passed to libvorbisfile call</dd>
-
-<dt>OV_ENOTVORBIS</dt>
-<dd>The given file/data was not recognized as Ogg Vorbis data.</dd>
-
-<dt>OV_EBADHEADER</dt>
-<dd>The file/data is apparently an Ogg Vorbis stream, but contains a corrupted or undecipherable header.</dd>
-
-<dt>OV_EVERSION</dt>
-<dd>The bitstream format revision of the given stream is not supported.</dd>
-
-<dt>OV_EBADLINK</dt>
-<dd>The given link exists in the Vorbis data stream, but is not decipherable due to garbacge or corruption.</dd>
-
-<dt>OV_ENOSEEK</dt>
-<dd>The given stream is not seekable</dd>
-
-</dl>
-
-<br><br>
-<hr noshade>
-<table border=0 width=100%>
-<tr valign=top>
-<td><p class=tiny>copyright &copy; 2007 Xiph.org</p></td>
-<td align=right><p class=tiny><a href="http://www.xiph.org/ogg/vorbis/">Ogg Vorbis</a></p></td>
-</tr><tr>
-<td><p class=tiny>Vorbisfile documentation</p></td>
-<td align=right><p class=tiny>vorbisfile version 1.2.0 - 20070723</p></td>
-</tr>
-</table>
-
-</body>
-
-</html>

Deleted: trunk/vorbis/doc/vorbisfile/vorbis_comment.html
===================================================================
--- trunk/vorbis/doc/vorbisfile/vorbis_comment.html	2010-11-01 19:29:55 UTC (rev 17585)
+++ trunk/vorbis/doc/vorbisfile/vorbis_comment.html	2010-11-01 19:34:51 UTC (rev 17586)
@@ -1,70 +0,0 @@
-<html>
-
-<head>
-<title>Vorbisfile - datatype - vorbis_comment</title>
-<link rel=stylesheet href="style.css" type="text/css">
-</head>
-
-<body bgcolor=white text=black link="#5555ff" alink="#5555ff" vlink="#5555ff">
-<table border=0 width=100%>
-<tr>
-<td><p class=tiny>Vorbisfile documentation</p></td>
-<td align=right><p class=tiny>vorbisfile version 1.2.0 - 20070723</p></td>
-</tr>
-</table>
-
-<h1>vorbis_comment</h1>
-
-<p><i>declared in "vorbis/codec.h"</i></p>
-
-<p>
-The vorbis_comment structure defines an Ogg Vorbis comment.
-<p>
-Only the fields the program needs must be defined.  If a field isn't
-defined by the application, it will either be blank (if it's a string value)
-or set to some reasonable default (usually 0).
-<p>
-
-<table border=0 width=100% color=black cellspacing=0 cellpadding=7>
-<tr bgcolor=#cccccc>
-	<td>
-<pre><b>typedef struct vorbis_comment{
-  /* unlimited user comment fields. */
-  char **user_comments;
-  int  *comment_lengths;
-  int  comments;
-  char *vendor;
-
-} vorbis_comment;</b></pre>
-	</td>
-</tr>
-</table>
-
-<h3>Parameters</h3>
-<dl>
-<dt><i>user_comments</i></dt>
-<dd>Unlimited user comment array. The individual strings in the array are 8 bit clean, by the Vorbis specification, and as such the <tt>comment_lengths</tt> array should be consulted to determine string length.  For convenience, each string is also NULL-terminated by the decode library (although Vorbis comments are not NULL terminated within the bitstream itself).</dd>
-<dt><i>comment_lengths</i></dt>
-<dd>An int array that stores the length of each comment string</dd>
-<dt><i>comments</i></dt>
-<dd>Int signifying number of user comments in user_comments field.</dd>
-<dt><i>vendor</i></dt>
-<dd>Information about the creator of the file.  Stored in a standard C 0-terminated string.</dd>
-</dl>
-
-
-<br><br>
-<hr noshade>
-<table border=0 width=100%>
-<tr valign=top>
-<td><p class=tiny>copyright &copy; 2007 Xiph.org</p></td>
-<td align=right><p class=tiny><a href="http://www.xiph.org/ogg/vorbis/">Ogg Vorbis</a></p></td>
-</tr><tr>
-<td><p class=tiny>Vorbisfile documentation</p></td>
-<td align=right><p class=tiny>vorbisfile version 1.2.0 - 20070723</p></td>
-</tr>
-</table>
-
-</body>
-
-</html>

Deleted: trunk/vorbis/doc/vorbisfile/vorbis_info.html
===================================================================
--- trunk/vorbis/doc/vorbisfile/vorbis_info.html	2010-11-01 19:29:55 UTC (rev 17585)
+++ trunk/vorbis/doc/vorbisfile/vorbis_info.html	2010-11-01 19:34:51 UTC (rev 17586)
@@ -1,80 +0,0 @@
-<html>
-
-<head>
-<title>Vorbisfile - datatype - vorbis_info</title>
-<link rel=stylesheet href="style.css" type="text/css">
-</head>
-
-<body bgcolor=white text=black link="#5555ff" alink="#5555ff" vlink="#5555ff">
-<table border=0 width=100%>
-<tr>
-<td><p class=tiny>Vorbisfile documentation</p></td>
-<td align=right><p class=tiny>vorbisfile version 1.2.0 - 20070723</p></td>
-</tr>
-</table>
-
-<h1>vorbis_info</h1>
-
-<p><i>declared in "vorbis/codec.h"</i></p>
-
-<p>
-The vorbis_info structure contains basic information about the audio in a vorbis bitstream.
-<p>
-
-<table border=0 width=100% color=black cellspacing=0 cellpadding=7>
-<tr bgcolor=#cccccc>
-	<td>
-<pre><b>typedef struct vorbis_info{
-  int version;
-  int channels;
-  long rate;
-  
-  long bitrate_upper;
-  long bitrate_nominal;
-  long bitrate_lower;
-  long bitrate_window;
-
-  void *codec_setup;
-
-} vorbis_info;</b></pre>
-	</td>
-</tr>
-</table>
-
-<h3>Relevant Struct Members</h3>
-<dl>
-<dt><i>version</i></dt>
-<dd>Vorbis encoder version used to create this bitstream.</dd>
-<dt><i>channels</i></dt>
-<dd>Int signifying number of channels in bitstream.</dd>
-<dt><i>rate</i></dt>
-<dd>Sampling rate of the bitstream.</dd>
-<dt><i>bitrate_upper</i></dt>
-<dd>Specifies the upper limit in a VBR bitstream.  If the value matches the bitrate_nominal and bitrate_lower parameters, the stream is fixed bitrate.  May be unset if no limit exists.</dd>
-<dt><i>bitrate_nominal</i></dt>
-<dd>Specifies the average bitrate for a VBR bitstream.  May be unset.  If the bitrate_upper and bitrate_lower parameters match, the stream is fixed bitrate.</dd>
-<dt><i>bitrate_lower</i></dt>
-<dd>Specifies the lower limit in a VBR bitstream.  If the value matches the bitrate_nominal and bitrate_upper parameters, the stream is fixed bitrate.  May be unset if no limit exists.</dd>
-<dt><i>bitrate_window</i></dt>
-<dd>Currently unset.</dd>
-
-<dt><i>codec_setup</i></dt>
-<dd>Internal structure that contains the detailed/unpacked configuration for decoding the current Vorbis bitstream.</dd>
-</dl>
-
-
-<br><br>
-<hr noshade>
-<table border=0 width=100%>
-<tr valign=top>
-<td><p class=tiny>copyright &copy; 2007 Xiph.org</p></td>
-<td align=right><p class=tiny><a href="http://www.xiph.org/ogg/vorbis/">Ogg Vorbis</a></p></td>
-</tr><tr>
-<td><p class=tiny>Vorbisfile documentation</p></td>
-<td align=right><p class=tiny>vorbisfile version 1.2.0 - 20070723</p></td>
-</tr>
-</table>
-
-</body>
-
-</html>



More information about the commits mailing list