aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Dlna/TranscodingProfile.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2014-03-23 01:10:33 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2014-03-23 01:10:33 -0400
commitf3e992b82be4b23e33e6130d1495f2b5203d0576 (patch)
tree0438a0ec769a7faae4a6f920bbff9599edb0bc2b /MediaBrowser.Controller/Dlna/TranscodingProfile.cs
parent0ffb2e2efa360e6b03e18cbffbe9b353e30e9e02 (diff)
support more profile features
Diffstat (limited to 'MediaBrowser.Controller/Dlna/TranscodingProfile.cs')
-rw-r--r--MediaBrowser.Controller/Dlna/TranscodingProfile.cs5
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