aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Api/Playback/StreamState.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2014-06-28 15:35:30 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2014-06-28 15:35:30 -0400
commit608ebf4829e7e394170bb2dec8a33c83600e9c08 (patch)
treec8b37e92ca12f4ab50378a03b2a9ec20fbe57940 /MediaBrowser.Api/Playback/StreamState.cs
parentb1dd6365da6a2212555946d95b5d698a8af1ea4c (diff)
update video player layout
Diffstat (limited to 'MediaBrowser.Api/Playback/StreamState.cs')
-rw-r--r--MediaBrowser.Api/Playback/StreamState.cs4
1 files changed, 4 insertions, 0 deletions
diff --git a/MediaBrowser.Api/Playback/StreamState.cs b/MediaBrowser.Api/Playback/StreamState.cs
index 4737097cb..c6f454447 100644
--- a/MediaBrowser.Api/Playback/StreamState.cs
+++ b/MediaBrowser.Api/Playback/StreamState.cs
@@ -94,6 +94,10 @@ namespace MediaBrowser.Api.Playback
public bool EnableMpegtsM2TsMode { get; set; }
public TranscodeSeekInfo TranscodeSeekInfo { get; set; }
+ public long? EncodingDurationTicks { get; set; }
+
+ public string ItemType { get; set; }
+
public string GetMimeType(string outputPath)
{
if (!string.IsNullOrEmpty(MimeType))