mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-01-28 03:45:01 +00:00
8 lines
174 B
C#
8 lines
174 B
C#
namespace PepperDash.Essentials.Core.Routing
|
|
{
|
|
public interface IRoutingInputSlot: IRoutingSlot, IOnline, IVideoSync
|
|
{
|
|
string TxDeviceKey { get; }
|
|
}
|
|
}
|