annotate src/libvorbis-1.3.3/doc/vorbisenc/ovectl_ratemanage_arg.html @ 56:af97cad61ff0

Add updated build of PortAudio for OSX
author Chris Cannam <cannam@all-day-breakfast.com>
date Tue, 03 Jan 2017 15:10:52 +0000
parents 05aa0afa9217
children
rev   line source
Chris@1 1 <html>
Chris@1 2
Chris@1 3 <head>
Chris@1 4 <title>vorbis - datatype - ovectl_ratemanage_arg</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>libvorbisenc documentation</p></td>
Chris@1 12 <td align=right><p class=tiny>libvorbisenc version 1.3.2 - 20101101</p></td>
Chris@1 13 </tr>
Chris@1 14 </table>
Chris@1 15
Chris@1 16 <h1>ovectl_ratemanage_arg</h1>
Chris@1 17
Chris@1 18 <p><i>declared in "vorbis/vorbisenc.h"</i></p>
Chris@1 19
Chris@1 20 <p>
Chris@1 21
Chris@1 22 The ovectl_ratemanage_arg structure is used with <a
Chris@1 23 href="vorbis_encode_ctl.html">vorbis_encode_ctl()</a> and the OV_ECTL_RATEMANAGE_GET,
Chris@1 24 OV_ECTL_RATEMANAGE_SET, OV_ECTL_RATEMANAGE_AVG,
Chris@1 25 OV_ECTL_RATEMANAGE_HARD calls in order to query and modify specifics
Chris@1 26 of the encoder's bitrate management configuration. Note that this is
Chris@1 27 a deprecated interface; please use vorbis_encode_ctl() with the <a
Chris@1 28 href="ovectl_ratemanage2_arg.html">ovectl_ratemanage2_arg</a> struct
Chris@1 29 and OV_ECTL_RATEMANAGE2_GET and OV_ECTL_RATEMANAGE2_SET calls in new
Chris@1 30 code.
Chris@1 31
Chris@1 32 <p>
Chris@1 33
Chris@1 34 <table border=0 width=100% color=black cellspacing=0 cellpadding=7>
Chris@1 35 <tr bgcolor=#cccccc>
Chris@1 36 <td>
Chris@1 37 <pre><b>struct ovectl_ratemanage_arg {
Chris@1 38 int management_active;
Chris@1 39
Chris@1 40 long bitrate_hard_min;
Chris@1 41 long bitrate_hard_max;
Chris@1 42 double bitrate_hard_window;
Chris@1 43
Chris@1 44 long bitrate_av_lo;
Chris@1 45 long bitrate_av_hi;
Chris@1 46 double bitrate_av_window;
Chris@1 47 double bitrate_av_window_center;
Chris@1 48 };</b></pre>
Chris@1 49 </td>
Chris@1 50 </tr>
Chris@1 51 </table>
Chris@1 52
Chris@1 53 <h3>Relevant Struct Members</h3>
Chris@1 54 <dl>
Chris@1 55
Chris@1 56 <dt><i>management_active</i></dt>
Chris@1 57 <dd>nonzero if bitrate management is active</dd>
Chris@1 58
Chris@1 59 <dt><i>bitrate_hard_min</i></dt>
Chris@1 60 <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>
Chris@1 61 <dt><i>bitrate_hard_max</i></dt>
Chris@1 62 <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>
Chris@1 63 <dt><i>bitrate_hard_window</i></dt>
Chris@1 64 <dd>the window period (in seconds) used to regulate the hard bitrate minimum and maximum</dd>
Chris@1 65
Chris@1 66 <dt><i>bitrate_av_lo</i></dt>
Chris@1 67 <dd>soft lower limit (in kilobits per second) below which the average bitrate tracker will start nudging the bitrate higher.</dd>
Chris@1 68 <dt><i>bitrate_av_hi</i></dt>
Chris@1 69 <dd>soft upper limit (in kilobits per second) above which the average bitrate tracker will start nudging the bitrate lower.</dd>
Chris@1 70 <dt><i>bitrate_av_window</i></dt>
Chris@1 71 <dd>the window period (in seconds) used to regulate the average bitrate minimum and maximum.</dd>
Chris@1 72 <dt><i>bitrate_av_window_center</i></dt>
Chris@1 73 <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>
Chris@1 74
Chris@1 75 </dl>
Chris@1 76
Chris@1 77
Chris@1 78 <br><br>
Chris@1 79 <hr noshade>
Chris@1 80 <table border=0 width=100%>
Chris@1 81 <tr valign=top>
Chris@1 82 <td><p class=tiny>copyright &copy; 2000-2010 Xiph.Org</p></td>
Chris@1 83 <td align=right><p class=tiny><a href="http://www.xiph.org/ogg/vorbis/index.html">Ogg Vorbis</a></p></td>
Chris@1 84 </tr><tr>
Chris@1 85 <td><p class=tiny>libvorbisenc documentation</p></td>
Chris@1 86 <td align=right><p class=tiny>libvorbisenc version 1.3.2 - 20101101</p></td>
Chris@1 87 </tr>
Chris@1 88 </table>
Chris@1 89
Chris@1 90 </body>
Chris@1 91
Chris@1 92 </html>