1 #ifndef MYTHDRMCONNECTOR_H
2 #define MYTHDRMCONNECTOR_H
10 using DRMConn = std::shared_ptr<class MythDRMConnector>;
16 static DRMConn Create(
int FD, uint32_t Id);
18 static DRMConns GetConnectors(
int FD);
19 static QString GetConnectorName(uint32_t Type, uint32_t Id);
21 bool Connected()
const;
24 uint32_t m_encoderId { 0 };
25 uint32_t m_type { DRM_MODE_CONNECTOR_Unknown };
26 uint32_t m_typeId { 0 };
28 drmModeConnection m_state { DRM_MODE_UNKNOWNCONNECTION };
29 uint32_t m_mmWidth { 0 };
30 uint32_t m_mmHeight { 0 };