NVIDIA DRIVE OS Linux SDK API Reference

5.2.6 Release
For Test and Development only

Detailed Description

Holds NvMedia display attributes.

Definition at line 97 of file nvmedia_common.h.

Collaboration diagram for NvMediaDispAttributes:

Data Fields

NvMediaDispCompMode compositionMode
 Defines the composition mode for the layer. More...
 
uint32_t depth
 Holds a positive value (up to 255) that specifies the video displays relative to the top-most layer. More...
 
NvMediaRect position
 The rectangle where the video renders. More...
 

Field Documentation

◆ compositionMode

NvMediaDispCompMode NvMediaDispAttributes::compositionMode

◆ depth

uint32_t NvMediaDispAttributes::depth

Holds a positive value (up to 255) that specifies the video displays relative to the top-most layer.

(depth == 0)

. NVMEDIA_DISP_ATTR_SET_DEPTH.

Definition at line 109 of file nvmedia_common.h.

◆ position

NvMediaRect NvMediaDispAttributes::position

The rectangle where the video renders.

NVMEDIA_DISP_ATTR_SET_POSITION.

Definition at line 113 of file nvmedia_common.h.


The documentation for this struct was generated from the following file:
NvMediaDispAttributes::depth
uint32_t depth
Holds a positive value (up to 255) that specifies the video displays relative to the top-most layer.
Definition: nvmedia_common.h:109