![]() |
libdisplaydevice master
C++ library to modify display devices.
|
Enumerated display device information. More...
#include <src/common/include/display_device/types.h>
Classes | |
| struct | Info |
| Available information for the active display only. More... | |
Public Attributes | |
| std::string | m_device_id {} |
| A unique device ID used by this API to identify the device. | |
| std::string | m_display_name {} |
| Platform-specific display name or capture selector for the device. | |
| std::optional< EdidData > | m_edid {} |
| Some basic parsed EDID data. | |
| std::string | m_friendly_name {} |
| A human-readable name for the device. | |
| std::optional< Info > | m_info {} |
| Additional information about an active display device. | |
Friends | |
| bool | operator== (const EnumeratedDevice &lhs, const EnumeratedDevice &rhs)=default |
| Comparator for strict equality. | |
Enumerated display device information.