Update DM Transmitters to expose...

HDCP State feedback on the base class
This commit is contained in:
Andrew Welker
2020-07-08 13:42:35 -06:00
parent 98d3d8182e
commit 3b73a7d73c
9 changed files with 50 additions and 17 deletions

View File

@@ -176,6 +176,7 @@ namespace PepperDash.Essentials.DM
public virtual eHdcpCapabilityType HdcpSupportCapability { get; protected set; }
public abstract StringFeedback ActiveVideoInputFeedback { get; protected set; }
public RoutingInputPortWithVideoStatuses AnyVideoInput { get; protected set; }
public IntFeedback HdcpStateFeedback { get; protected set; }
protected DmTxControllerBase(string key, string name, EndpointTransmitterBase hardware)
: base(key, name, hardware)