mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-08 01:04:56 +00:00
feat: add IVideoSync interface & implement on IRoutingInputSlot
This commit is contained in:
@@ -6,10 +6,8 @@ using System.Threading.Tasks;
|
||||
|
||||
namespace PepperDash.Essentials.Core.Routing
|
||||
{
|
||||
public interface IRoutingInputSlot: IRoutingSlot, IOnline
|
||||
public interface IRoutingInputSlot: IRoutingSlot, IOnline, IVideoSync
|
||||
{
|
||||
string TxDeviceKey { get; }
|
||||
|
||||
bool SyncDetected { get; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user