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

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

Detailed Description

Input struct for querying Encoding capabilities.

Definition at line 979 of file nvEncodeAPI.h.

Field Documentation

uint32_t NV_ENC_CAPS_PARAM::version

[in]: Struct version.

Must be set to NV_ENC_CAPS_PARAM_VER

Definition at line 981 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 982 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 983 of file nvEncodeAPI.h.


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