Struct vpx_sys::vpx_svc_parameters
[−]
[src]
#[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_int
Trait Implementations
impl Debug for vpx_svc_parameters
[src]
impl Copy for vpx_svc_parameters
[src]
impl Clone for vpx_svc_parameters
[src]
fn clone(&self) -> Self
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more