Struct x264_sys::x264::x264_param_t__bindgen_ty_3 [] [src]

#[repr(C)]
pub struct x264_param_t__bindgen_ty_3 { pub i_rc_method: c_int, pub i_qp_constant: c_int, pub i_qp_min: c_int, pub i_qp_max: c_int, pub i_qp_step: c_int, pub i_bitrate: c_int, pub f_rf_constant: f32, pub f_rf_constant_max: f32, pub f_rate_tolerance: f32, pub i_vbv_max_bitrate: c_int, pub i_vbv_buffer_size: c_int, pub f_vbv_buffer_init: f32, pub f_ip_factor: f32, pub f_pb_factor: f32, pub b_filler: c_int, pub i_aq_mode: c_int, pub f_aq_strength: f32, pub b_mb_tree: c_int, pub i_lookahead: c_int, pub b_stat_write: c_int, pub psz_stat_out: *mut c_char, pub b_stat_read: c_int, pub psz_stat_in: *mut c_char, pub f_qcompress: f32, pub f_qblur: f32, pub f_complexity_blur: f32, pub zones: *mut x264_zone_t, pub i_zones: c_int, pub psz_zones: *mut c_char, }

Fields

Trait Implementations

impl Debug for x264_param_t__bindgen_ty_3
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for x264_param_t__bindgen_ty_3
[src]

impl Clone for x264_param_t__bindgen_ty_3
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations