pub struct EncoderParams { /* private fields */ }
Expand description

Different parameters for CUDA video encoder.

Implementations

Constructors.

Parameters
  • configFile: Config file name.

Creates default parameters or reads parameters from config file.

Trait Implementations

Wrap the specified raw pointer Read more
Return an the underlying raw pointer while consuming this wrapper. Read more
Return the underlying raw pointer. Read more
Return the underlying mutable raw pointer Read more
Executes the destructor for this type. Read more
NVVE_P_INTERVAL,
NVVE_IDR_PERIOD,
NVVE_DYNAMIC_GOP,
NVVE_RC_TYPE,
NVVE_AVG_BITRATE,
NVVE_PEAK_BITRATE,
NVVE_QP_LEVEL_INTRA,
NVVE_QP_LEVEL_INTER_P,
NVVE_QP_LEVEL_INTER_B,
NVVE_DEBLOCK_MODE,
NVVE_PROFILE_LEVEL,
NVVE_FORCE_INTRA,
NVVE_FORCE_IDR,
NVVE_CLEAR_STAT,
NVVE_SET_DEINTERLACE,
NVVE_PRESETS,
NVVE_DISABLE_CABAC,
NVVE_CONFIGURE_NALU_FRAMING_TYPE
NVVE_DISABLE_SPS_PPS
Reads parameters from config file. Read more
NVVE_P_INTERVAL,
NVVE_IDR_PERIOD,
NVVE_DYNAMIC_GOP,
NVVE_RC_TYPE,
NVVE_AVG_BITRATE,
NVVE_PEAK_BITRATE,
NVVE_QP_LEVEL_INTRA,
NVVE_QP_LEVEL_INTER_P,
NVVE_QP_LEVEL_INTER_B,
NVVE_DEBLOCK_MODE,
NVVE_PROFILE_LEVEL,
NVVE_FORCE_INTRA,
NVVE_FORCE_IDR,
NVVE_CLEAR_STAT,
NVVE_SET_DEINTERLACE,
NVVE_PRESETS,
NVVE_DISABLE_CABAC,
NVVE_CONFIGURE_NALU_FRAMING_TYPE
NVVE_DISABLE_SPS_PPS
Saves parameters to config file. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

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

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.