HDCP Disable in from config

This commit is contained in:
Heath Volmer
2018-02-07 13:55:56 -07:00
parent 53ee87c9be
commit 88e82fb398
3 changed files with 4 additions and 5 deletions

View File

@@ -49,7 +49,9 @@ namespace PepperDash.Essentials.DM.Chassis
{
foreach (var kvp in props.Inputs)
{
var inputNum = Convert.ToUInt32(kvp.Key);
// strip "hdmiIn"
Debug.Console(0, "**************** {0}", kvp.Key);
var inputNum = Convert.ToUInt32(kvp.Key.Substring(6));
var port = chassis.HdmiInputs[inputNum].HdmiInputPort;
// set hdcp disables