mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-17 22:43:07 +03: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