FFmpeg
|
#include <nvEncodeAPI.h>
Data Fields | |
NV_ENC_CONFIG_H264 | h264Config |
[in]: Specifies the H.264-specific encoder configuration. More... | |
NV_ENC_CONFIG_HEVC | hevcConfig |
[in]: Specifies the HEVC-specific encoder configuration. More... | |
uint32_t | reserved [256] |
[in]: Reserved and must be set to 0 More... | |
Definition at line 1273 of file nvEncodeAPI.h.
NV_ENC_CONFIG_H264 NV_ENC_CODEC_CONFIG::h264Config |
[in]: Specifies the H.264-specific encoder configuration.
Definition at line 1275 of file nvEncodeAPI.h.
Referenced by nvenc_codec_specific_pic_params(), nvenc_setup_h264_config(), and process_output_surface().
NV_ENC_CONFIG_HEVC NV_ENC_CODEC_CONFIG::hevcConfig |
[in]: Specifies the HEVC-specific encoder configuration.
Definition at line 1276 of file nvEncodeAPI.h.
Referenced by nvenc_codec_specific_pic_params(), nvenc_setup_hevc_config(), and process_output_surface().
uint32_t NV_ENC_CODEC_CONFIG::reserved[256] |
[in]: Reserved and must be set to 0
Definition at line 1277 of file nvEncodeAPI.h.