Stores information returned from NvMediaLdcProcess().
This type holds the information about an operation that has been submitted to NvMediaLdcProcess() for execution.
This struct itself can be considered a POD type, so it does not have any functions to create/destroy it.
Definition at line 215 of file nvmedia_ldc.h.
Data Fields | |
uint64_t | operationId |
ID number for operation that was submitted to NvMediaLdcProcess(). More... | |
uint64_t NvMediaLdcResult::operationId |
ID number for operation that was submitted to NvMediaLdcProcess().
The number will wrap once the uint64_t range has been exceeded. A value of 0 indicates that no operation was submitted.
Definition at line 223 of file nvmedia_ldc.h.