FFmpeg
|
Input struct for querying Encoding capabilities. More...
#include <nvEncodeAPI.h>
Data Fields | |
uint32_t | version |
[in]: Struct version. More... | |
NV_ENC_CAPS | capsToQuery |
[in]: Specifies the encode capability to be queried. More... | |
uint32_t | reserved [62] |
[in]: Reserved and must be set to 0 More... | |
Input struct for querying Encoding capabilities.
Definition at line 944 of file nvEncodeAPI.h.
uint32_t NV_ENC_CAPS_PARAM::version |
[in]: Struct version.
Must be set to NV_ENC_CAPS_PARAM_VER
Definition at line 946 of file nvEncodeAPI.h.
Referenced by nvenc_check_cap().
NV_ENC_CAPS NV_ENC_CAPS_PARAM::capsToQuery |
[in]: Specifies the encode capability to be queried.
Client should pass a member for NV_ENC_CAPS enum.
Definition at line 947 of file nvEncodeAPI.h.
Referenced by nvenc_check_cap().
uint32_t NV_ENC_CAPS_PARAM::reserved[62] |
[in]: Reserved and must be set to 0
Definition at line 948 of file nvEncodeAPI.h.