Struct openh264_sys::SRateThresholds
[−]
[src]
#[repr(C)]pub struct SRateThresholds { pub iWidth: c_int, pub iHeight: c_int, pub iThresholdOfInitRate: c_int, pub iThresholdOfMaxRate: c_int, pub iThresholdOfMinRate: c_int, pub iMinThresholdFrameRate: c_int, pub iSkipFrameRate: c_int, pub iSkipFrameStep: c_int, }
@brief thresholds of the initial, maximal and minimal rate
Fields
iWidth: c_int
< frame width
iHeight: c_int
< frame height
iThresholdOfInitRate: c_int
< threshold of initial rate
iThresholdOfMaxRate: c_int
< threshold of maximal rate
iThresholdOfMinRate: c_int
< threshold of minimal rate
iMinThresholdFrameRate: c_int
< min frame rate min
iSkipFrameRate: c_int
< skip to frame rate min
iSkipFrameStep: c_int
< how many frames to skip
Trait Implementations
impl Debug for SRateThresholds[src]
impl Default for SRateThresholds[src]
fn default() -> SRateThresholds[src]
Returns the "default value" for a type. Read more
impl Copy for SRateThresholds[src]
impl Clone for SRateThresholds[src]
fn clone(&self) -> SRateThresholds[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more