update recording defaults

This commit is contained in:
Luke Pulverenti
2016-10-16 13:11:32 -04:00
parent 401dc39e4c
commit 55f47d2120
16 changed files with 139 additions and 24 deletions

View File

@@ -38,6 +38,9 @@ namespace MediaBrowser.Model.Dlna
[XmlAttribute("enableSubtitlesInManifest")]
public bool EnableSubtitlesInManifest { get; set; }
[XmlAttribute("enableSplittingOnNonKeyFrames")]
public bool EnableSplittingOnNonKeyFrames { get; set; }
[XmlAttribute("maxAudioChannels")]
public string MaxAudioChannels { get; set; }