Struct cv::cudacodec::EncodeQp#
#include <opencv2/cudacodec.hpp>Collaboration diagram for cv::cudacodec::EncodeQp:
Detailed Description#
-
struct EncodeQp
Quantization Parameter for each type of frame when using ENC_PARAMS_RC_MODE::ENC_PARAMS_RC_CONSTQP.
Member Data Documentation#
qpInterB#
uint32_t cv::cudacodec::EncodeQp::qpInterB
Specifies QP value for B-frame.
qpInterP#
uint32_t cv::cudacodec::EncodeQp::qpInterP
Specifies QP value for P-frame.
qpIntra#
uint32_t cv::cudacodec::EncodeQp::qpIntra
Specifies QP value for Intra Frame.
Source file#
The documentation for this struct was generated from the following file:
opencv2/cudacodec.hpp