mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-01-28 20:04:56 +00:00
Updated join map to fix issue with audio/video source selection and feedback
This commit is contained in:
@@ -77,9 +77,11 @@ namespace PepperDash.Essentials.Bridges
|
||||
|
||||
IsOnline = IsOnline + joinOffset;
|
||||
VideoSyncStatus = VideoSyncStatus + joinOffset;
|
||||
CurrentInputResolution = CurrentInputResolution + joinOffset;
|
||||
HdcpSupportOn = HdcpSupportOn + joinOffset;
|
||||
HdcpSupportOff = HdcpSupportOff + joinOffset;
|
||||
CurrentInputResolution = CurrentInputResolution + joinOffset;
|
||||
VideoInput = VideoInput + joinOffset;
|
||||
AudioInput = AudioInput + joinOffset;
|
||||
HdcpSupportState = HdcpSupportState + joinOffset;
|
||||
}
|
||||
}
|
||||
|
||||
Submodule essentials-framework updated: 815eabc610...624eea7c6c
Reference in New Issue
Block a user