update encoding options

This commit is contained in:
Luke Pulverenti
2016-05-31 11:29:20 -04:00
parent 1c43821042
commit 640ce66f68
3 changed files with 0 additions and 11 deletions

View File

@@ -6,7 +6,6 @@ namespace MediaBrowser.Model.Configuration
public int EncodingThreadCount { get; set; }
public string TranscodingTempPath { get; set; }
public double DownMixAudioBoost { get; set; }
public bool EnableDebugLogging { get; set; }
public bool EnableThrottling { get; set; }
public int ThrottleDelaySeconds { get; set; }
public string HardwareAccelerationType { get; set; }