mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 12:06:58 +00:00
change to HdcpSupportedLevelFeedback and...
...added debug statement
This commit is contained in:
parent
5590925774
commit
25cb4e8727
1 changed files with 3 additions and 2 deletions
|
|
@ -1163,7 +1163,8 @@ namespace PepperDash.Essentials.DM
|
|||
|
||||
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,
|
||||
trilist);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue