Adds HDCP support for DMInput on 8G+ input cards (requires addtional config info on DmChassisController device config to tell if input cards support HDCP2 or not).

This commit is contained in:
Neil Dorin
2019-10-09 15:55:59 -06:00
parent d21f6798fd
commit 96d48c9d56
3 changed files with 107 additions and 31 deletions

View File

@@ -31,7 +31,10 @@ namespace PepperDash.Essentials.DM.Config
[JsonProperty("outputNames")]
public Dictionary<uint, string> OutputNames { get; set; }
}
[JsonProperty("inputSlotSupportsHdcp2")]
public Dictionary<uint, bool> InputSlotSupportsHdcp2 { get; set; }
}
/// <summary>
///