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
|
|
@ -113,6 +113,8 @@ namespace PepperDash.Essentials.DM
|
|||
HdmiInHdcpCapabilityFeedback = new IntFeedback("HdmiInHdcpCapability", () =>
|
||||
(tx.HdmiInput.HdcpSupportOnFeedback.BoolValue ? 1 : 0));
|
||||
|
||||
HdcpStateFeedback = HdmiInHdcpCapabilityFeedback;
|
||||
|
||||
HdmiVideoSyncFeedback = new BoolFeedback(() => (bool)tx.HdmiInput.SyncDetectedFeedback.BoolValue);
|
||||
|
||||
VgaVideoSyncFeedback = new BoolFeedback(() => (bool)tx.VgaInput.SyncDetectedFeedback.BoolValue);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue