Essentials/src/PepperDash.Essentials.Core/Routing
Andrew Welker 702443f953 fix: check for SecondaryAudio | Video
In some scenarios when working with NVX, a route is intended to use the
secondary audio (NAX) path instead of the primary audio path. A route
that's both `Video` and `SecondaryAudio` should be considered a
dual-path route instead of a single path.
2025-04-24 09:55:22 -05:00
..
DummyRoutingInputsDevice.cs feat: add RoutingFeedbackManager 2024-05-23 08:40:14 -05:00
eRoutingPortConnectionType.cs refactor: move routing interfaces into their own files 2024-05-23 08:38:50 -05:00
eRoutingSignalType.cs refactor: move routing interfaces into their own files 2024-05-23 08:38:50 -05:00
Extensions.cs fix: check for SecondaryAudio | Video 2025-04-24 09:55:22 -05:00
ICardPortsDevice.cs refactor: rearrange and add solution for 4-series 2023-02-07 15:45:01 -07:00
IHasCurrentSourceInfoChange.cs fix: correct namespaces to allow plugins to load correctly 2024-05-23 12:45:47 -05:00
IInputSync.cs refactor: move routing interfaces into their own files 2024-05-23 08:38:50 -05:00
IMatrixRouting.cs fix: remove generics from matrix routing interfaces 2024-04-09 08:33:58 -05:00
IRmcRouting.cs fix: correct namespaces to allow plugins to load correctly 2024-05-23 12:45:47 -05:00
IRmcRoutingWithFeedback.cs fix: correct namespaces to allow plugins to load correctly 2024-05-23 12:45:47 -05:00
IRouting.cs refactor: move routing interfaces into their own files 2024-05-23 08:38:50 -05:00
IRoutingFeedback.cs refactor: move routing interfaces into their own files 2024-05-23 08:38:50 -05:00
IRoutingHasVideoInputSyncFeedbacks.cs refactor: move routing interfaces into their own files 2024-05-23 08:38:50 -05:00
IRoutingInputs.cs refactor: move routing interfaces into their own files 2024-05-23 08:38:50 -05:00
IRoutingInputSlot.cs fix: remove generics from matrix routing interfaces 2024-04-09 08:33:58 -05:00
IRoutingInputsOutputs.cs refactor: move routing interfaces into their own files 2024-05-23 08:38:50 -05:00
IRoutingNumeric.cs refactor: move routing interfaces into their own files 2024-05-23 08:38:50 -05:00
IRoutingNumericWithFeedback.cs refactor: move routing interfaces into their own files 2024-05-23 08:38:50 -05:00
IRoutingOutputs.cs refactor: move routing interfaces into their own files 2024-05-23 08:38:50 -05:00
IRoutingOutputSlot.cs fix: remove generics from matrix routing interfaces 2024-04-09 08:33:58 -05:00
IRoutingSink.cs fix: correct namespaces to allow plugins to load correctly 2024-05-23 12:45:47 -05:00
IRoutingSinkWithFeedback.cs feat: implement feedback manager 2024-05-23 08:39:09 -05:00
IRoutingSinkWithSwitching.cs fix: correct namespaces to allow plugins to load correctly 2024-05-23 12:45:47 -05:00
IRoutingSlot.cs feat: RKST-131 add IMatrixRouting interfaces 2024-03-08 11:16:48 -06:00
IRoutingSource.cs feat: update routing methods 2024-06-19 14:09:59 -05:00
IRoutingWithClear.cs refactor: move routing interfaces into their own files 2024-05-23 08:38:50 -05:00
IRoutingWithFeedback.cs feat: implement feedback manager 2024-05-23 08:39:09 -05:00
ITxRouting.cs refactor: move routing interfaces into their own files 2024-05-23 08:38:50 -05:00
ITxRoutingWithFeedback.cs refactor: move routing interfaces into their own files 2024-05-23 08:38:50 -05:00
RouteDescriptor.cs fix: remove null route when releasing route 2024-12-10 07:44:10 -05:00
RouteDescriptorCollection.cs fix: add more exception handling 2025-02-18 14:00:53 -06:00
RouteRequest.cs chore: add some logging for route queue processing 2025-02-19 11:18:00 -06:00
RouteRequestQueueItem.cs chore: add some logging for route queue processing 2025-02-19 11:18:00 -06:00
RouteSwitchDescriptor.cs fix: check for nulls in SwitchingDevice property 2024-10-18 11:09:15 -05:00
RoutingFeedbackManager.cs fix: set currentSourceKey & currentSource in order 2024-10-30 10:19:55 -05:00
RoutingInputPort.cs fix: ignore CameraBase routing port list 2025-04-02 11:56:13 -05:00
RoutingInputPortWithVideoStatuses.cs refactor: move routing interfaces into their own files 2024-05-23 08:38:50 -05:00
RoutingNumericEventArgs.cs refactor: move routing interfaces into their own files 2024-05-23 08:38:50 -05:00
RoutingOutputPort.cs fix: ignore CameraBase routing port list 2025-04-02 11:56:13 -05:00
RoutingPort.cs feat: get it working 2024-05-23 08:41:19 -05:00
RoutingPortCollection.cs fix: ignore CameraBase routing port list 2025-04-02 11:56:13 -05:00
RoutingPortNames.cs feat: adds try catch to devjson execution thread and adds port names for sdi in/out 2024-06-20 11:57:32 -06:00
TieLine.cs fix: add OverrideType property to TieLineConfig 2025-04-04 00:04:53 -05:00
TieLineConfig.cs fix: add OverrideType property to TieLineConfig 2025-04-04 00:04:53 -05:00