mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-10 18:24:50 +00:00
feat: add IVideoSync interface & implement on IRoutingInputSlot
This commit is contained in:
@@ -6,5 +6,7 @@ namespace PepperDash.Essentials.Core.Routing
|
||||
{
|
||||
Dictionary<string, IRoutingInputSlot> InputSlots { get; }
|
||||
Dictionary<string, IRoutingOutputSlot> OutputSlots { get; }
|
||||
|
||||
void Route(string inputSlotKey, string outputSlotKey, eRoutingSignalType type);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user