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
|
|
@ -36,7 +36,6 @@ namespace MediaBrowser.MediaEncoding.Encoder
|
|||
|
||||
public string MimeType { get; set; }
|
||||
public bool EstimateContentLength { get; set; }
|
||||
public bool EnableMpegtsM2TsMode { get; set; }
|
||||
public TranscodeSeekInfo TranscodeSeekInfo { get; set; }
|
||||
public long? EncodingDurationTicks { get; set; }
|
||||
public string LiveStreamId { get; set; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue