NVIDIA DRIVE OS Linux SDK API Reference

5.1.9.0 Release

 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
NvMediaDispAttributes Struct Reference

Detailed Description

Holds NvMedia display attributes.

Definition at line 96 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

NvMediaDispCompMode NvMediaDispAttributes::compositionMode
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 108 of file nvmedia_common.h.

NvMediaRect NvMediaDispAttributes::position

The rectangle where the video renders.

NVMEDIA_DISP_ATTR_SET_POSITION.

Definition at line 112 of file nvmedia_common.h.


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