#[repr(C)]
pub struct _NV_ENC_RC_PARAMS {
Show 28 fields pub version: u32, pub rateControlMode: NV_ENC_PARAMS_RC_MODE, pub constQP: NV_ENC_QP, pub averageBitRate: u32, pub maxBitRate: u32, pub vbvBufferSize: u32, pub vbvInitialDelay: u32, pub _bitfield_align_1: [u16; 0], pub _bitfield_1: __BindgenBitfieldUnit<[u8; 4]>, pub minQP: NV_ENC_QP, pub maxQP: NV_ENC_QP, pub initialRCQP: NV_ENC_QP, pub temporallayerIdxMask: u32, pub temporalLayerQP: [u8; 8], pub targetQuality: u8, pub targetQualityLSB: u8, pub lookaheadDepth: u16, pub lowDelayKeyFrameScale: u8, pub yDcQPIndexOffset: i8, pub uDcQPIndexOffset: i8, pub vDcQPIndexOffset: i8, pub qpMapMode: NV_ENC_QP_MAP_MODE, pub multiPass: NV_ENC_MULTI_PASS, pub alphaLayerBitrateRatio: u32, pub cbQPIndexOffset: i8, pub crQPIndexOffset: i8, pub reserved2: u16, pub reserved: [u32; 4],
}

Fields§

§version: u32§rateControlMode: NV_ENC_PARAMS_RC_MODE§constQP: NV_ENC_QP§averageBitRate: u32§maxBitRate: u32§vbvBufferSize: u32§vbvInitialDelay: u32§_bitfield_align_1: [u16; 0]§_bitfield_1: __BindgenBitfieldUnit<[u8; 4]>§minQP: NV_ENC_QP§maxQP: NV_ENC_QP§initialRCQP: NV_ENC_QP§temporallayerIdxMask: u32§temporalLayerQP: [u8; 8]§targetQuality: u8§targetQualityLSB: u8§lookaheadDepth: u16§lowDelayKeyFrameScale: u8§yDcQPIndexOffset: i8§uDcQPIndexOffset: i8§vDcQPIndexOffset: i8§qpMapMode: NV_ENC_QP_MAP_MODE§multiPass: NV_ENC_MULTI_PASS§alphaLayerBitrateRatio: u32§cbQPIndexOffset: i8§crQPIndexOffset: i8§reserved2: u16§reserved: [u32; 4]

Implementations§

source§

impl _NV_ENC_RC_PARAMS

source

pub fn enableMinQP(&self) -> u32

source

pub fn set_enableMinQP(&mut self, val: u32)

source

pub fn enableMaxQP(&self) -> u32

source

pub fn set_enableMaxQP(&mut self, val: u32)

source

pub fn enableInitialRCQP(&self) -> u32

source

pub fn set_enableInitialRCQP(&mut self, val: u32)

source

pub fn enableAQ(&self) -> u32

source

pub fn set_enableAQ(&mut self, val: u32)

source

pub fn reservedBitField1(&self) -> u32

source

pub fn set_reservedBitField1(&mut self, val: u32)

source

pub fn enableLookahead(&self) -> u32

source

pub fn set_enableLookahead(&mut self, val: u32)

source

pub fn disableIadapt(&self) -> u32

source

pub fn set_disableIadapt(&mut self, val: u32)

source

pub fn disableBadapt(&self) -> u32

source

pub fn set_disableBadapt(&mut self, val: u32)

source

pub fn enableTemporalAQ(&self) -> u32

source

pub fn set_enableTemporalAQ(&mut self, val: u32)

source

pub fn zeroReorderDelay(&self) -> u32

source

pub fn set_zeroReorderDelay(&mut self, val: u32)

source

pub fn enableNonRefP(&self) -> u32

source

pub fn set_enableNonRefP(&mut self, val: u32)

source

pub fn strictGOPTarget(&self) -> u32

source

pub fn set_strictGOPTarget(&mut self, val: u32)

source

pub fn aqStrength(&self) -> u32

source

pub fn set_aqStrength(&mut self, val: u32)

source

pub fn enableExtLookahead(&self) -> u32

source

pub fn set_enableExtLookahead(&mut self, val: u32)

source

pub fn reservedBitFields(&self) -> u32

source

pub fn set_reservedBitFields(&mut self, val: u32)

source

pub fn new_bitfield_1( enableMinQP: u32, enableMaxQP: u32, enableInitialRCQP: u32, enableAQ: u32, reservedBitField1: u32, enableLookahead: u32, disableIadapt: u32, disableBadapt: u32, enableTemporalAQ: u32, zeroReorderDelay: u32, enableNonRefP: u32, strictGOPTarget: u32, aqStrength: u32, enableExtLookahead: u32, reservedBitFields: u32 ) -> __BindgenBitfieldUnit<[u8; 4]>

Trait Implementations§

source§

impl Clone for _NV_ENC_RC_PARAMS

source§

fn clone(&self) -> _NV_ENC_RC_PARAMS

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for _NV_ENC_RC_PARAMS

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Default for _NV_ENC_RC_PARAMS

source§

fn default() -> Self

Returns the “default value” for a type. Read more
source§

impl Hash for _NV_ENC_RC_PARAMS

source§

fn hash<__H: Hasher>(&self, state: &mut __H)

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)where H: Hasher, Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
source§

impl Ord for _NV_ENC_RC_PARAMS

source§

fn cmp(&self, other: &_NV_ENC_RC_PARAMS) -> Ordering

This method returns an Ordering between self and other. Read more
1.21.0 · source§

fn max(self, other: Self) -> Selfwhere Self: Sized,

Compares and returns the maximum of two values. Read more
1.21.0 · source§

fn min(self, other: Self) -> Selfwhere Self: Sized,

Compares and returns the minimum of two values. Read more
1.50.0 · source§

fn clamp(self, min: Self, max: Self) -> Selfwhere Self: Sized + PartialOrd<Self>,

Restrict a value to a certain interval. Read more
source§

impl PartialEq<_NV_ENC_RC_PARAMS> for _NV_ENC_RC_PARAMS

source§

fn eq(&self, other: &_NV_ENC_RC_PARAMS) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl PartialOrd<_NV_ENC_RC_PARAMS> for _NV_ENC_RC_PARAMS

source§

fn partial_cmp(&self, other: &_NV_ENC_RC_PARAMS) -> Option<Ordering>

This method returns an ordering between self and other values if one exists. Read more
1.0.0 · source§

fn lt(&self, other: &Rhs) -> bool

This method tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · source§

fn le(&self, other: &Rhs) -> bool

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more
1.0.0 · source§

fn gt(&self, other: &Rhs) -> bool

This method tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · source§

fn ge(&self, other: &Rhs) -> bool

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more
source§

impl Copy for _NV_ENC_RC_PARAMS

source§

impl Eq for _NV_ENC_RC_PARAMS

source§

impl StructuralEq for _NV_ENC_RC_PARAMS

source§

impl StructuralPartialEq for _NV_ENC_RC_PARAMS

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for Twhere U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T> ToOwned for Twhere T: Clone,

§

type Owned = T

The resulting type after obtaining ownership.
source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
source§

impl<T, U> TryFrom<U> for Twhere U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for Twhere U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.