Struct vorbisenc_sys::ovectl_ratemanage_arg [] [src]

#[repr(C)]
pub struct ovectl_ratemanage_arg { pub management_active: c_int, pub bitrate_hard_min: c_long, pub bitrate_hard_max: c_long, pub bitrate_hard_window: c_double, pub bitrate_av_lo: c_long, pub bitrate_av_hi: c_long, pub bitrate_av_window: c_double, pub bitrate_av_window_center: c_double, }

Fields