mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 03:57:27 +00:00
HDCP Disable in from config
This commit is contained in:
parent
53ee87c9be
commit
88e82fb398
3 changed files with 4 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue