diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2017-06-26 11:10:52 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2017-06-26 11:10:52 -0400 |
| commit | a759b0957722d5971944f89f2184600b8147d217 (patch) | |
| tree | 50e97f7a6fd7409d60937b80086d37243d1ac87b /MediaBrowser.Model/Session/TranscodingInfo.cs | |
| parent | c2c1451bebd38f6af76dd01bb2c5ec78fabd88f5 (diff) | |
support max audio bit depth
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 67eac6fd5..f1cbacd90 100644 --- a/MediaBrowser.Model/Session/TranscodingInfo.cs +++ b/MediaBrowser.Model/Session/TranscodingInfo.cs @@ -47,6 +47,7 @@ namespace MediaBrowser.Model.Session VideoBitrateNotSupported = 16, VideoFramerateNotSupported = 17, VideoLevelNotSupported = 18, - VideoProfileNotSupported = 19 + VideoProfileNotSupported = 19, + AudioBitDepthNotSupported = 20 } }
\ No newline at end of file |
