mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-14 14:22:17 +01:00
added media profiles
This commit is contained in:
@@ -8,12 +8,7 @@ namespace MediaBrowser.Controller.Dlna
|
||||
|
||||
public DlnaProfileType Type { get; set; }
|
||||
|
||||
public string MimeType { get; set; }
|
||||
|
||||
public string OrgPn { get; set; }
|
||||
|
||||
public string VideoCodec { get; set; }
|
||||
|
||||
public string AudioCodec { get; set; }
|
||||
|
||||
public List<TranscodingSetting> Settings { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user