NVIDIA DRIVE OS Linux SDK API Reference

6.0.9 Release
NvMedia2DComposeResult Struct Reference

Detailed Description

Stores information returned from NvMedia2DCompose().

This type holds the information about an operation that has been submitted to NvMedia2DCompose() for execution.

This struct itself can be considered a POD type, so it does not have any functions to create/destroy it.

See also
NvMedia2DCompose()

Definition at line 350 of file nvmedia_2d.h.

Data Fields

uint64_t operationId
 ID number for operation that was submitted to NvMedia2DCompose(). More...
 

Field Documentation

◆ operationId

uint64_t NvMedia2DComposeResult::operationId

ID number for operation that was submitted to NvMedia2DCompose().

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 357 of file nvmedia_2d.h.


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