From 4b222df6c5204baf15978277bed624de17951fd2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damian=20B=C3=BCchel?= Date: Wed, 13 Mar 2024 13:15:15 +0100 Subject: [PATCH] SEBWIN-850: Added missing indirect wired video output technology. --- SafeExamBrowser.Monitoring/Display/VideoOutputTechnology.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/SafeExamBrowser.Monitoring/Display/VideoOutputTechnology.cs b/SafeExamBrowser.Monitoring/Display/VideoOutputTechnology.cs index 61951eea..b1789ab0 100644 --- a/SafeExamBrowser.Monitoring/Display/VideoOutputTechnology.cs +++ b/SafeExamBrowser.Monitoring/Display/VideoOutputTechnology.cs @@ -30,6 +30,7 @@ namespace SafeExamBrowser.Monitoring.Display UDIEmbedded = 13, SDTVDongle = 14, MiraCast = 15, + IndirectWired = 16, Internal = 0x80000000, SVideo4Pin = SVideo, SVideo7Pin = SVideo,