support more profile features

This commit is contained in:
Luke Pulverenti
2014-03-23 01:10:33 -04:00
parent 0ffb2e2efa
commit f3e992b82b
10 changed files with 188 additions and 272 deletions

View File

@@ -31,8 +31,9 @@ namespace MediaBrowser.Controller.Dlna
public enum TranscodingSettingType
{
Profile = 0,
MaxAudioChannels = 1
VideoLevel = 0,
VideoProfile = 1,
MaxAudioChannels = 2
}
public enum TranscodeSeekInfo