mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-16 05:05:00 +00:00
Remove Check for HdcpSupportedLevel
This commit is contained in:
@@ -1163,12 +1163,9 @@ namespace PepperDash.Essentials.DM
|
|||||||
|
|
||||||
var hdmiInPortWCec = port as HdmiInputWithCEC;
|
var hdmiInPortWCec = port as HdmiInputWithCEC;
|
||||||
|
|
||||||
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);
|
||||||
{
|
|
||||||
SetHdcpStateAction(true, hdmiInPortWCec, joinMap.HdcpSupportState.JoinNumber + ioSlotJoin,
|
|
||||||
trilist);
|
|
||||||
}
|
|
||||||
|
|
||||||
InputCardHdcpStateFeedbacks[ioSlot].LinkInputSig(
|
InputCardHdcpStateFeedbacks[ioSlot].LinkInputSig(
|
||||||
trilist.UShortInput[joinMap.HdcpSupportState.JoinNumber + ioSlotJoin]);
|
trilist.UShortInput[joinMap.HdcpSupportState.JoinNumber + ioSlotJoin]);
|
||||||
|
|||||||
Reference in New Issue
Block a user