mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-03 22:37:07 +00:00
Add GPL modules
This commit is contained in:
parent
9bac3ac616
commit
a86b71899e
648 changed files with 50005 additions and 123 deletions
|
|
@ -0,0 +1,20 @@
|
|||
|
||||
namespace MediaBrowser.Controller.MediaEncoding
|
||||
{
|
||||
public class ImageEncodingOptions
|
||||
{
|
||||
public string InputPath { get; set; }
|
||||
|
||||
public int? Width { get; set; }
|
||||
|
||||
public int? Height { get; set; }
|
||||
|
||||
public int? MaxWidth { get; set; }
|
||||
|
||||
public int? MaxHeight { get; set; }
|
||||
|
||||
public int? Quality { get; set; }
|
||||
|
||||
public string Format { get; set; }
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue