mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-10 18:24:50 +00:00
refactor: Changes IRoutingHasSync interface
- Changed IRoutingHasSync interface to IRoutingHasVideoInputSyncFeedbacks. - Remvoed IRoutingHasSynDelegate - Added interface to HdPsXxxController class
This commit is contained in:
@@ -205,10 +205,8 @@ namespace PepperDash.Essentials.Core
|
||||
}
|
||||
}
|
||||
|
||||
public interface IRoutingSyncProvider
|
||||
public interface IRoutingHasVideoInputSyncFeedbacks
|
||||
{
|
||||
event RoutingSyncProviderDelegate SyncChanged;
|
||||
}
|
||||
|
||||
public delegate void RoutingSyncProviderDelegate(uint inputNumber, bool hasSync);
|
||||
FeedbackCollection<BoolFeedback> VideoInputSyncFeedbacks { get; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user