Struct vpx_sys::vpx_svc_parameters
source · #[repr(C)]pub struct vpx_svc_parameters {
pub max_quantizers: [c_int; 12],
pub min_quantizers: [c_int; 12],
pub scaling_factor_num: [c_int; 12],
pub scaling_factor_den: [c_int; 12],
pub speed_per_layer: [c_int; 12],
pub temporal_layering_mode: c_int,
}Fields§
§max_quantizers: [c_int; 12]§min_quantizers: [c_int; 12]§scaling_factor_num: [c_int; 12]§scaling_factor_den: [c_int; 12]§speed_per_layer: [c_int; 12]§temporal_layering_mode: c_intTrait Implementations§
source§impl Clone for vpx_svc_parameters
impl Clone for vpx_svc_parameters
source§fn clone(&self) -> vpx_svc_parameters
fn clone(&self) -> vpx_svc_parameters
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more