FFmpeg
|
#include <nvEncodeAPI.h>
Data Fields | |
uint32_t | version |
[in]: Struct version. More... | |
NV_ENC_INITIALIZE_PARAMS | reInitEncodeParams |
[in]: Encoder session re-initialization parameters. More... | |
uint32_t | resetEncoder:1 |
[in]: This resets the rate control states and other internal encoder states. More... | |
uint32_t | forceIDR:1 |
[in]: Encode the current picture as an IDR picture. More... | |
uint32_t | reserved:30 |
Definition at line 1353 of file nvEncodeAPI.h.
uint32_t NV_ENC_RECONFIGURE_PARAMS::version |
[in]: Struct version.
Must be set to NV_ENC_RECONFIGURE_PARAMS_VER.
Definition at line 1355 of file nvEncodeAPI.h.
NV_ENC_INITIALIZE_PARAMS NV_ENC_RECONFIGURE_PARAMS::reInitEncodeParams |
[in]: Encoder session re-initialization parameters.
Definition at line 1356 of file nvEncodeAPI.h.
uint32_t NV_ENC_RECONFIGURE_PARAMS::resetEncoder |
[in]: This resets the rate control states and other internal encoder states.
This should be used only with an IDR frame. If NV_ENC_INITIALIZE_PARAMS::enablePTD is set to 1, encoder will force the frame type to IDR
Definition at line 1357 of file nvEncodeAPI.h.
uint32_t NV_ENC_RECONFIGURE_PARAMS::forceIDR |
[in]: Encode the current picture as an IDR picture.
This flag is only valid when Picture type decision is taken by the Encoder [_NV_ENC_INITIALIZE_PARAMS::enablePTD == 1].
Definition at line 1359 of file nvEncodeAPI.h.
uint32_t NV_ENC_RECONFIGURE_PARAMS::reserved |
Definition at line 1361 of file nvEncodeAPI.h.