mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-18 15:03:06 +03:00
support more profile features
This commit is contained in:
@@ -31,8 +31,9 @@ namespace MediaBrowser.Controller.Dlna
|
||||
|
||||
public enum TranscodingSettingType
|
||||
{
|
||||
Profile = 0,
|
||||
MaxAudioChannels = 1
|
||||
VideoLevel = 0,
|
||||
VideoProfile = 1,
|
||||
MaxAudioChannels = 2
|
||||
}
|
||||
|
||||
public enum TranscodeSeekInfo
|
||||
|
||||
Reference in New Issue
Block a user