added image encoder methods

This commit is contained in:
Luke Pulverenti
2014-03-27 23:32:43 -04:00
committed by Tim Hobbs
parent 0aec40966e
commit 87c8c429e7
6 changed files with 117 additions and 95 deletions

View File

@@ -13,6 +13,8 @@ namespace MediaBrowser.Controller.MediaEncoding
public int? MaxHeight { get; set; }
public int? Quality { get; set; }
public string Format { get; set; }
}
}