add break on non keyframes

This commit is contained in:
Luke Pulverenti
2017-03-31 15:05:19 -04:00
parent 6e4074ab8a
commit 06394d1a9f
5 changed files with 17 additions and 2 deletions

View File

@@ -48,6 +48,9 @@ namespace MediaBrowser.Model.Dlna
[XmlAttribute("segmentLength")]
public int SegmentLength { get; set; }
[XmlAttribute("breakOnNonKeyFrames")]
public bool BreakOnNonKeyFrames { get; set; }
public List<string> GetAudioCodecs()
{
List<string> list = new List<string>();