Minor changes to group-wait in SyncPlay

This commit is contained in:
Ionut Andrei Oanca
2020-11-08 18:08:59 +01:00
parent 019bc19aa4
commit 563a6fb3c7
3 changed files with 58 additions and 17 deletions

View File

@@ -17,6 +17,18 @@ namespace MediaBrowser.Controller.SyncPlay
/// <value>The default ping value used for sessions, in milliseconds.</value>
long DefaultPing { get; }
/// <summary>
/// Gets the maximum time offset error accepted for dates reported by clients, in milliseconds.
/// </summary>
/// <value>The maximum offset error accepted, in milliseconds.</value>
long TimeSyncOffset { get; }
/// <summary>
/// Gets the maximum offset error accepted for position reported by clients, in milliseconds.
/// </summary>
/// <value>The maximum offset error accepted, in milliseconds.</value>
long MaxPlaybackOffset { get; }
/// <summary>
/// Gets the group identifier.
/// </summary>