diff options
Diffstat (limited to 'MediaBrowser.Controller/SyncPlay/ISyncPlayStateContext.cs')
| -rw-r--r-- | MediaBrowser.Controller/SyncPlay/ISyncPlayStateContext.cs | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/MediaBrowser.Controller/SyncPlay/ISyncPlayStateContext.cs b/MediaBrowser.Controller/SyncPlay/ISyncPlayStateContext.cs index 13d38a02b..4aac2a881 100644 --- a/MediaBrowser.Controller/SyncPlay/ISyncPlayStateContext.cs +++ b/MediaBrowser.Controller/SyncPlay/ISyncPlayStateContext.cs @@ -18,6 +18,18 @@ namespace MediaBrowser.Controller.SyncPlay 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> /// <value>The group identifier.</value> |
