mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-03 22:40:09 +00:00
unify encodng param creation
This commit is contained in:
parent
59ac045c6b
commit
38e05b11e2
13 changed files with 180 additions and 295 deletions
|
|
@ -53,6 +53,8 @@ namespace MediaBrowser.Controller.MediaEncoding
|
|||
public string InputContainer { get; set; }
|
||||
public IsoType? IsoType { get; set; }
|
||||
|
||||
public bool EnableMpegtsM2TsMode { get; set; }
|
||||
|
||||
public BaseEncodingJobOptions BaseRequest { get; set; }
|
||||
|
||||
public long? StartTimeTicks
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue