Remove some warnings

This commit is contained in:
Bond_009
2018-12-31 00:28:23 +01:00
committed by Vasily
parent cf7e365610
commit c99b45dbe0
10 changed files with 71 additions and 99 deletions

View File

@@ -11,13 +11,10 @@ namespace MediaBrowser.Controller.MediaEncoding
{
public string OutputDirectory { get; set; }
public string DeviceId { get; set; }
public string ItemId { get; set; }
public string MediaSourceId { get; set; }
public string AudioCodec { get; set; }
public DeviceProfile DeviceProfile { get; set; }
public bool ReadInputAtNativeFramerate { get; set; }
/// <summary>