Updated join map to fix issue with audio/video source selection and feedback

This commit is contained in:
Neil Dorin 2018-10-01 19:34:53 -06:00
parent f7db0ef36c
commit a320eff13c
2 changed files with 4 additions and 2 deletions

View file

@ -77,9 +77,11 @@ namespace PepperDash.Essentials.Bridges
IsOnline = IsOnline + joinOffset; IsOnline = IsOnline + joinOffset;
VideoSyncStatus = VideoSyncStatus + joinOffset; VideoSyncStatus = VideoSyncStatus + joinOffset;
CurrentInputResolution = CurrentInputResolution + joinOffset;
HdcpSupportOn = HdcpSupportOn + joinOffset; HdcpSupportOn = HdcpSupportOn + joinOffset;
HdcpSupportOff = HdcpSupportOff + joinOffset; HdcpSupportOff = HdcpSupportOff + joinOffset;
CurrentInputResolution = CurrentInputResolution + joinOffset;
VideoInput = VideoInput + joinOffset;
AudioInput = AudioInput + joinOffset;
HdcpSupportState = HdcpSupportState + joinOffset; HdcpSupportState = HdcpSupportState + joinOffset;
} }
} }

@ -1 +1 @@
Subproject commit 815eabc610d554012334c33c4afcd96d2314ab2c Subproject commit 624eea7c6c41d115058abd80692bfca366958449