mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-03 22:40:09 +00:00
update recording encoder
This commit is contained in:
parent
c80ac9b823
commit
c30b82ab44
6 changed files with 88 additions and 73 deletions
|
|
@ -135,5 +135,8 @@ namespace MediaBrowser.Controller.MediaEncoding
|
|||
Task UpdateEncoderPath(string path, string pathType);
|
||||
bool SupportsEncoder(string encoder);
|
||||
bool IsDefaultEncoderPath { get; }
|
||||
|
||||
void SetLogFilename(string name);
|
||||
void ClearLogFilename();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue