mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-15 12:44:58 +00:00
adds extra event handler
This commit is contained in:
@@ -877,16 +877,15 @@ namespace PepperDash.Essentials.DM
|
|||||||
Debug.Console(1, this, "No index of {0} found in InputCardHdcpCapabilityFeedbacks");
|
Debug.Console(1, this, "No index of {0} found in InputCardHdcpCapabilityFeedbacks");
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
// This case may be redundant as the case above should fire when HdcpSupport changes to on or off
|
case DMInputEventIds.HdcpSupportOnEventId:
|
||||||
//case DMInputEventIds.HdcpSupportOnEventId:
|
{
|
||||||
// {
|
Debug.Console(2, this, "DM Input {0} HdcpSupportOnEventId", args.Number);
|
||||||
// Debug.Console(2, this, "DM Input {0} HdcpSupportOnEventId", args.Number);
|
if (InputCardHdcpStateFeedbacks[args.Number] != null)
|
||||||
// if (InputCardHdcpStateFeedbacks[args.Number] != null)
|
InputCardHdcpStateFeedbacks[args.Number].FireUpdate();
|
||||||
// InputCardHdcpStateFeedbacks[args.Number].FireUpdate();
|
else
|
||||||
// else
|
Debug.Console(1, this, "No index of {0} found in InputCardHdcpCapabilityFeedbacks");
|
||||||
// Debug.Console(1, this, "No index of {0} found in InputCardHdcpCapabilityFeedbacks");
|
break;
|
||||||
// break;
|
}
|
||||||
// }
|
|
||||||
default:
|
default:
|
||||||
{
|
{
|
||||||
Debug.Console(2, this, "DMInputChange fired for Input {0} with Unhandled EventId: {1}", args.Number, args.EventId);
|
Debug.Console(2, this, "DMInputChange fired for Input {0} with Unhandled EventId: {1}", args.Number, args.EventId);
|
||||||
|
|||||||
Reference in New Issue
Block a user