NVIDIA DRIVE OS Linux SDK API Reference

5.2.6 Release
For Test and Development only
NvMediaIDPPreferences Struct Reference

Detailed Description

Sets the preferences for the image display creation.

Note: Depending on the display device type these preferences might not be met and the created display parameters might be different.

Definition at line 61 of file nvmedia_idp.h.

Data Fields

uint32_t width
 Display width. More...
 
uint32_t height
 Display height. More...
 
float_t refreshRate
 Display refresh rate in Hertz. More...
 

Field Documentation

◆ height

uint32_t NvMediaIDPPreferences::height

Display height.

Definition at line 65 of file nvmedia_idp.h.

◆ refreshRate

float_t NvMediaIDPPreferences::refreshRate

Display refresh rate in Hertz.

Definition at line 67 of file nvmedia_idp.h.

◆ width

uint32_t NvMediaIDPPreferences::width

Display width.

Definition at line 63 of file nvmedia_idp.h.


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