DrmConnectorType Enumeration
specific the type of connector is HDMI-A, DVI, DisplayPort, etc.
Definition
Namespace: Avalonia.LinuxFramebuffer
Assembly: Avalonia.LinuxFramebuffer (in Avalonia.LinuxFramebuffer.dll)
- C#
- VB
- F#
public enum DrmConnectorType
Public Enumeration DrmConnectorType
type DrmConnectorType
Members
None | 0 | |
VGA | 1 | |
DVI_I | 2 | |
DVI_D | 3 | |
DVI_A | 4 | |
Composite | 5 | |
S_Video | 6 | |
LVDS | 7 | |
Component | 8 | |
DIN | 9 | |
DisplayPort | 10 | |
HDMI_A | 11 | |
HDMI_B | 12 | |
TV | 13 | |
eDP | 14 | |
Virtual | 15 | |
DSI | 16 |