FFmpeg  3.3.6
Data Fields
NV_ENC_CODEC_CONFIG Union Reference

#include <compat/nvenc/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...
 

Detailed Description

Definition at line 1273 of file nvEncodeAPI.h.

Field Documentation

◆ h264Config

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().

◆ hevcConfig

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().

◆ reserved

uint32_t NV_ENC_CODEC_CONFIG::reserved[256]

[in]: Reserved and must be set to 0

Definition at line 1277 of file nvEncodeAPI.h.


The documentation for this union was generated from the following file: