mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-15 12:44:58 +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;
|
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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Submodule essentials-framework updated: 815eabc610...624eea7c6c
Reference in New Issue
Block a user