mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-03 22:40:09 +00:00
update hls params
This commit is contained in:
parent
b68e10c23c
commit
c9be9b4141
13 changed files with 107 additions and 178 deletions
|
|
@ -12,7 +12,7 @@ using MediaBrowser.Model.MediaInfo;
|
|||
namespace MediaBrowser.Controller.MediaEncoding
|
||||
{
|
||||
// For now, a common base class until the API and MediaEncoding classes are unified
|
||||
public class EncodingJobInfo
|
||||
public abstract class EncodingJobInfo
|
||||
{
|
||||
private readonly ILogger _logger;
|
||||
|
||||
|
|
@ -115,5 +115,7 @@ namespace MediaBrowser.Controller.MediaEncoding
|
|||
IsoMount = null;
|
||||
}
|
||||
}
|
||||
|
||||
public abstract void ReportTranscodingProgress(TimeSpan? transcodingPosition, float? framerate, double? percentComplete, long? bytesTranscoded, int? bitRate);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue