FFmpeg
|
#include <nvEncodeAPI.h>
Data Fields | |
uint32_t | version |
[in]: Struct version. More... | |
NV_ENC_CONFIG | presetCfg |
[out]: preset config returned by the Nvidia Video Encoder interface. More... | |
uint32_t | reserved1 [255] |
[in]: Reserved and must be set to 0 More... | |
void * | reserved2 [64] |
[in]: Reserved and must be set to NULL More... | |
Definition at line 1372 of file nvEncodeAPI.h.
uint32_t NV_ENC_PRESET_CONFIG::version |
[in]: Struct version.
Must be set to NV_ENC_PRESET_CONFIG_VER.
Definition at line 1374 of file nvEncodeAPI.h.
Referenced by nvenc_setup_encoder().
NV_ENC_CONFIG NV_ENC_PRESET_CONFIG::presetCfg |
[out]: preset config returned by the Nvidia Video Encoder interface.
Definition at line 1375 of file nvEncodeAPI.h.
Referenced by nvenc_setup_encoder().
uint32_t NV_ENC_PRESET_CONFIG::reserved1[255] |
[in]: Reserved and must be set to 0
Definition at line 1376 of file nvEncodeAPI.h.
void* NV_ENC_PRESET_CONFIG::reserved2[64] |
[in]: Reserved and must be set to NULL
Definition at line 1377 of file nvEncodeAPI.h.