NVIDIA DRIVE OS Linux SDK API Reference

5.2.0 Release
For Test and Development only
NvMediaVideoOutputDeviceParams Struct Reference

Detailed Description

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...
 

Field Documentation

◆ displayId

uint32_t NvMediaVideoOutputDeviceParams::displayId

Display identification.

Definition at line 74 of file nvmedia_vop.h.

◆ enabled

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.

◆ height

uint32_t NvMediaVideoOutputDeviceParams::height

Display height.

Definition at line 80 of file nvmedia_vop.h.

◆ refreshRate

float_t NvMediaVideoOutputDeviceParams::refreshRate

Display refresh rate in Hertz.

Definition at line 82 of file nvmedia_vop.h.

◆ width

uint32_t NvMediaVideoOutputDeviceParams::width

Display width.

Definition at line 78 of file nvmedia_vop.h.


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