FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
NV_ENC_CODEC_PIC_PARAMS Union Reference

Codec specific per-picture encoding parameters. More...

#include <nvEncodeAPI.h>

Data Fields

NV_ENC_PIC_PARAMS_H264 h264PicParams
 [in]: H264 encode picture params. More...
 
NV_ENC_PIC_PARAMS_HEVC hevcPicParams
 [in]: HEVC encode picture params. More...
 
uint32_t reserved [256]
 [in]: Reserved and must be set to 0. More...
 

Detailed Description

Codec specific per-picture encoding parameters.

Definition at line 1484 of file nvEncodeAPI.h.

Field Documentation

NV_ENC_PIC_PARAMS_H264 NV_ENC_CODEC_PIC_PARAMS::h264PicParams

[in]: H264 encode picture params.

Definition at line 1486 of file nvEncodeAPI.h.

Referenced by nvenc_codec_specific_pic_params().

NV_ENC_PIC_PARAMS_HEVC NV_ENC_CODEC_PIC_PARAMS::hevcPicParams

[in]: HEVC encode picture params.

Currently unsupported and must not to be used.

Definition at line 1487 of file nvEncodeAPI.h.

Referenced by nvenc_codec_specific_pic_params().

uint32_t NV_ENC_CODEC_PIC_PARAMS::reserved[256]

[in]: Reserved and must be set to 0.

Definition at line 1488 of file nvEncodeAPI.h.


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