mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-04 07:10:45 +00:00
sync updates
This commit is contained in:
parent
5c84cadb5e
commit
0e02e0559d
33 changed files with 437 additions and 116 deletions
|
|
@ -5,6 +5,7 @@ namespace MediaBrowser.Controller.MediaEncoding
|
|||
public class EncodingJobOptions
|
||||
{
|
||||
public string OutputContainer { get; set; }
|
||||
public string OutputDirectory { get; set; }
|
||||
|
||||
public long? StartTimeTicks { get; set; }
|
||||
public int? Width { get; set; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue