NVIDIA DRIVE OS Linux SDK API Reference

5.1.15.0 Release
For Test and Development only
NvMediaVideoOutputPreferences Struct Reference

Detailed Description

Sets the preferences for the video output creation.

Note
Depending on the video output type, these preferences might not be met and the created video output parameters might be different.

Definition at line 60 of file nvmedia_vop.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 NvMediaVideoOutputPreferences::height

Display height.

Definition at line 64 of file nvmedia_vop.h.

◆ refreshRate

float_t NvMediaVideoOutputPreferences::refreshRate

Display refresh rate in Hertz.

Definition at line 66 of file nvmedia_vop.h.

◆ width

uint32_t NvMediaVideoOutputPreferences::width

Display width.

Definition at line 62 of file nvmedia_vop.h.


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