diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2017-07-03 13:16:01 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2017-07-03 13:16:01 -0400 |
| commit | 6ea8e7868df95cea54216a5dbf927b3b4069bde5 (patch) | |
| tree | c9e920a547ea696b7dce06cf21cf3398a653bde4 /MediaBrowser.Model/Session/TranscodingInfo.cs | |
| parent | c4a271534e603224ece366dcfa976012d5750fbe (diff) | |
add live stream params
Diffstat (limited to 'MediaBrowser.Model/Session/TranscodingInfo.cs')
| -rw-r--r-- | MediaBrowser.Model/Session/TranscodingInfo.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/MediaBrowser.Model/Session/TranscodingInfo.cs b/MediaBrowser.Model/Session/TranscodingInfo.cs index f1cbacd90..f58e605b2 100644 --- a/MediaBrowser.Model/Session/TranscodingInfo.cs +++ b/MediaBrowser.Model/Session/TranscodingInfo.cs @@ -48,6 +48,7 @@ namespace MediaBrowser.Model.Session VideoFramerateNotSupported = 17, VideoLevelNotSupported = 18, VideoProfileNotSupported = 19, - AudioBitDepthNotSupported = 20 + AudioBitDepthNotSupported = 20, + SubtitleCodecNotSupported = 21 } }
\ No newline at end of file |
