mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-11 18:54:52 +00:00
wip: update XML comments
This commit is contained in:
@@ -12,8 +12,14 @@ namespace PepperDash.Essentials.Core.Routing
|
||||
/// </summary>
|
||||
public interface IVideoSync : IKeyed
|
||||
{
|
||||
/// <summary>
|
||||
/// Gets whether or not video sync is detected
|
||||
/// </summary>
|
||||
bool VideoSyncDetected { get; }
|
||||
|
||||
/// <summary>
|
||||
/// Event raised when video sync changes
|
||||
/// </summary>
|
||||
event EventHandler VideoSyncChanged;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user