diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-06-28 15:35:30 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-06-28 15:35:30 -0400 |
| commit | 608ebf4829e7e394170bb2dec8a33c83600e9c08 (patch) | |
| tree | c8b37e92ca12f4ab50378a03b2a9ec20fbe57940 /MediaBrowser.Api/Playback/StreamState.cs | |
| parent | b1dd6365da6a2212555946d95b5d698a8af1ea4c (diff) | |
update video player layout
Diffstat (limited to 'MediaBrowser.Api/Playback/StreamState.cs')
| -rw-r--r-- | MediaBrowser.Api/Playback/StreamState.cs | 4 |
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)) |
