capture more transcoding info

This commit is contained in:
Luke Pulverenti
2017-06-24 14:33:19 -04:00
parent 8dcfda89d1
commit a107ff0369
14 changed files with 338 additions and 45 deletions

View File

@@ -4,6 +4,7 @@ using MediaBrowser.Model.MediaInfo;
using System.Collections.Generic;
using System.Linq;
using MediaBrowser.Model.Serialization;
using MediaBrowser.Model.Session;
namespace MediaBrowser.Model.Dto
{
@@ -110,6 +111,9 @@ namespace MediaBrowser.Model.Dto
}
}
[IgnoreDataMember]
public List<TranscodeReason> TranscodeReasons { get; set; }
public int? DefaultAudioStreamIndex { get; set; }
public int? DefaultSubtitleStreamIndex { get; set; }