| libvorbisenc documentation | libvorbisenc release 1.1 - 20040709 | 
declared in "vorbis/vorbisenc.h"
The ov_ectl_ratemanage2_arg structure is used with vorbis_encode_ctl() 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.
| 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;
}; | 
| copyright © 2004 vorbis team | |
| vorbisfile documentation | libvorbisenc release 1.1 - 20040709 |