diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-03-23 01:10:33 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-03-23 01:10:33 -0400 |
| commit | f3e992b82be4b23e33e6130d1495f2b5203d0576 (patch) | |
| tree | 0438a0ec769a7faae4a6f920bbff9599edb0bc2b /MediaBrowser.Controller/Dlna/TranscodingProfile.cs | |
| parent | 0ffb2e2efa360e6b03e18cbffbe9b353e30e9e02 (diff) | |
support more profile features
Diffstat (limited to 'MediaBrowser.Controller/Dlna/TranscodingProfile.cs')
| -rw-r--r-- | MediaBrowser.Controller/Dlna/TranscodingProfile.cs | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/MediaBrowser.Controller/Dlna/TranscodingProfile.cs b/MediaBrowser.Controller/Dlna/TranscodingProfile.cs index 1073f74aa..32ffb91cf 100644 --- a/MediaBrowser.Controller/Dlna/TranscodingProfile.cs +++ b/MediaBrowser.Controller/Dlna/TranscodingProfile.cs @@ -31,8 +31,9 @@ namespace MediaBrowser.Controller.Dlna public enum TranscodingSettingType { - Profile = 0, - MaxAudioChannels = 1 + VideoLevel = 0, + VideoProfile = 1, + MaxAudioChannels = 2 } public enum TranscodeSeekInfo |
