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

Event registration/unregistration parameters. More...

#include <nvEncodeAPI.h>

Data Fields

uint32_t version
 [in]: Struct version. More...
 
uint32_t reserved
 [in]: Reserved and must be set to 0 More...
 
voidcompletionEvent
 [in]: Handle to event to be registered/unregistered with the NvEncodeAPI interface. More...
 
uint32_t reserved1 [253]
 [in]: Reserved and must be set to 0 More...
 
voidreserved2 [64]
 [in]: Reserved and must be set to NULL More...
 

Detailed Description

Event registration/unregistration parameters.

Definition at line 1804 of file nvEncodeAPI.h.

Field Documentation

uint32_t NV_ENC_EVENT_PARAMS::version

[in]: Struct version.

Must be set to NV_ENC_EVENT_PARAMS_VER.

Definition at line 1806 of file nvEncodeAPI.h.

uint32_t NV_ENC_EVENT_PARAMS::reserved

[in]: Reserved and must be set to 0

Definition at line 1807 of file nvEncodeAPI.h.

void* NV_ENC_EVENT_PARAMS::completionEvent

[in]: Handle to event to be registered/unregistered with the NvEncodeAPI interface.

Definition at line 1808 of file nvEncodeAPI.h.

uint32_t NV_ENC_EVENT_PARAMS::reserved1[253]

[in]: Reserved and must be set to 0

Definition at line 1809 of file nvEncodeAPI.h.

void* NV_ENC_EVENT_PARAMS::reserved2[64]

[in]: Reserved and must be set to NULL

Definition at line 1810 of file nvEncodeAPI.h.


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