NVIDIA DRIVE OS Linux SDK API Reference

5.1.6.0 Release

 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
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

uint32_t NvMediaVideoOutputPreferences::height

Display height.

Definition at line 64 of file nvmedia_vop.h.

float_t NvMediaVideoOutputPreferences::refreshRate

Display refresh rate in Hertz.

Definition at line 66 of file nvmedia_vop.h.

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: