mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-15 04:34:56 +00:00
change to HdcpSupportedLevelFeedback and...
...added debug statement
This commit is contained in:
@@ -1162,8 +1162,9 @@ namespace PepperDash.Essentials.DM
|
|||||||
Debug.Console(1, "Port is HdmiInputWithCec");
|
Debug.Console(1, "Port is HdmiInputWithCec");
|
||||||
|
|
||||||
var hdmiInPortWCec = port as HdmiInputWithCEC;
|
var hdmiInPortWCec = port as HdmiInputWithCEC;
|
||||||
|
|
||||||
if (hdmiInPortWCec.HdcpSupportedLevel != eHdcpSupportedLevel.Unknown)
|
Debug.Console(0,this,"Input card slot: {0} HdcpSupportedLevel: {1}", ioSlot, hdmiInPortWCec.HdcpSupportedLevelFeedback);
|
||||||
|
if (hdmiInPortWCec.HdcpSupportedLevelFeedback != eHdcpSupportedLevel.Unknown)
|
||||||
{
|
{
|
||||||
SetHdcpStateAction(true, hdmiInPortWCec, joinMap.HdcpSupportState.JoinNumber + ioSlotJoin,
|
SetHdcpStateAction(true, hdmiInPortWCec, joinMap.HdcpSupportState.JoinNumber + ioSlotJoin,
|
||||||
trilist);
|
trilist);
|
||||||
|
|||||||
Reference in New Issue
Block a user