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

< frame width

< frame height

< threshold of initial rate

< threshold of maximal rate

< threshold of minimal rate

< min frame rate min

< skip to frame rate min

< how many frames to skip

Trait Implementations

impl Debug for SRateThresholds
[src]

[src]

Formats the value using the given formatter. Read more

impl Default for SRateThresholds
[src]

[src]

Returns the "default value" for a type. Read more

impl Copy for SRateThresholds
[src]

impl Clone for SRateThresholds
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations