mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-13 12:37:07 +00:00
Update DM Transmitters to expose...
HDCP State feedback on the base class
This commit is contained in:
parent
98d3d8182e
commit
3b73a7d73c
9 changed files with 50 additions and 17 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue