aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Api/Playback/StreamState.cs
diff options
context:
space:
mode:
authorTim Hobbs <jesus.tesh@gmail.com>2014-03-21 11:40:54 -0700
committerTim Hobbs <jesus.tesh@gmail.com>2014-03-21 11:40:54 -0700
commitcf5e89d045c616db8a4e83beae0a38c94fcb3e42 (patch)
tree92219a77c6d52c94758bea15ec4fdc5017453c45 /MediaBrowser.Api/Playback/StreamState.cs
parent6239bef199795cabdf53aa343e66c8e8a40305ff (diff)
parent9e82fc09ca19f9820a0871bb2d8213289d53ee4f (diff)
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'MediaBrowser.Api/Playback/StreamState.cs')
-rw-r--r--MediaBrowser.Api/Playback/StreamState.cs3
1 files changed, 3 insertions, 0 deletions
diff --git a/MediaBrowser.Api/Playback/StreamState.cs b/MediaBrowser.Api/Playback/StreamState.cs
index 961ac0a2a..88daf9f62 100644
--- a/MediaBrowser.Api/Playback/StreamState.cs
+++ b/MediaBrowser.Api/Playback/StreamState.cs
@@ -64,6 +64,9 @@ namespace MediaBrowser.Api.Playback
public string AudioSync = "1";
public string VideoSync = "vfr";
+ public string InputAudioSync { get; set; }
+ public string InputVideoSync { get; set; }
+
public bool DeInterlace { get; set; }
public bool ReadInputAtNativeFramerate { get; set; }