![]() |
NVIDIA DRIVE OS Linux SDK API Reference5.1.6.0 Release |
Device parameters returned by NvMediaVideoOutputDevicesQuery function.
Definition at line 72 of file nvmedia_vop.h.
Data Fields | |
uint32_t | displayId |
Display identification. More... | |
NvMediaBool | enabled |
Set to NVMEDIA_TRUE if the device is already enabled (initialized) by the system. More... | |
uint32_t | width |
Display width. More... | |
uint32_t | height |
Display height. More... | |
float_t | refreshRate |
Display refresh rate in Hertz. More... | |
uint32_t NvMediaVideoOutputDeviceParams::displayId |
Display identification.
Definition at line 74 of file nvmedia_vop.h.
NvMediaBool NvMediaVideoOutputDeviceParams::enabled |
Set to NVMEDIA_TRUE if the device is already enabled (initialized) by the system.
Definition at line 76 of file nvmedia_vop.h.
uint32_t NvMediaVideoOutputDeviceParams::height |
Display height.
Definition at line 80 of file nvmedia_vop.h.
float_t NvMediaVideoOutputDeviceParams::refreshRate |
Display refresh rate in Hertz.
Definition at line 82 of file nvmedia_vop.h.
uint32_t NvMediaVideoOutputDeviceParams::width |
Display width.
Definition at line 78 of file nvmedia_vop.h.