mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 12:06:58 +00:00
Updated join map to fix issue with audio/video source selection and feedback
This commit is contained in:
parent
f7db0ef36c
commit
a320eff13c
2 changed files with 4 additions and 2 deletions
|
|
@ -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
|
||||||
Loading…
Add table
Add a link
Reference in a new issue