|  | NVIDIA DRIVE 5.0 Linux SDK API Reference5.0.10.3 Release | 
Device parameters returned by NvMediaIDPQuery function.
Definition at line 73 of file nvmedia_idp.h.
| Data Fields | |
| uint32_t | displayId | 
| Display device Id.  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 NvMediaIDPDeviceParams::displayId | 
Display device Id.
Definition at line 75 of file nvmedia_idp.h.
| NvMediaBool NvMediaIDPDeviceParams::enabled | 
Set to NVMEDIA_TRUE if the device is already enabled (initialized) by the system.
Definition at line 77 of file nvmedia_idp.h.
| uint32_t NvMediaIDPDeviceParams::height | 
Display height.
Definition at line 81 of file nvmedia_idp.h.
| float_t NvMediaIDPDeviceParams::refreshRate | 
Display refresh rate in Hertz.
Definition at line 83 of file nvmedia_idp.h.
| uint32_t NvMediaIDPDeviceParams::width | 
Display width.
Definition at line 79 of file nvmedia_idp.h.