aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Api/Playback/StreamState.cs
diff options
context:
space:
mode:
authorsimon <admin@nyalindee.com>2014-01-13 12:32:10 +1100
committersimon <admin@nyalindee.com>2014-01-13 12:32:10 +1100
commit37aab84b2af0e86eff668b888aa577d74b55a687 (patch)
tree5120180925cb3617b05c7920d654d890083d9f40 /MediaBrowser.Api/Playback/StreamState.cs
parentf89deb346a405e1d431841218a51f64acf743a0e (diff)
parente4f5a3f005a240b013194d6a54edce29fef91e11 (diff)
Merge branch 'master' of https://github.com/MediaBrowser/MediaBrowser
Diffstat (limited to 'MediaBrowser.Api/Playback/StreamState.cs')
-rw-r--r--MediaBrowser.Api/Playback/StreamState.cs8
1 files changed, 6 insertions, 2 deletions
diff --git a/MediaBrowser.Api/Playback/StreamState.cs b/MediaBrowser.Api/Playback/StreamState.cs
index bf584c385..17a830380 100644
--- a/MediaBrowser.Api/Playback/StreamState.cs
+++ b/MediaBrowser.Api/Playback/StreamState.cs
@@ -1,8 +1,8 @@
-using System.Threading;
-using MediaBrowser.Model.Entities;
+using MediaBrowser.Model.Entities;
using MediaBrowser.Model.IO;
using System.Collections.Generic;
using System.IO;
+using System.Threading;
namespace MediaBrowser.Api.Playback
{
@@ -54,5 +54,9 @@ namespace MediaBrowser.Api.Playback
public CancellationTokenSource StandardInputCancellationTokenSource { get; set; }
public string LiveTvStreamId { get; set; }
+
+ public int SegmentLength = 10;
+
+ public long? RunTimeTicks;
}
}