update recording encoder

This commit is contained in:
Luke Pulverenti
2016-11-29 14:13:20 -05:00
parent c80ac9b823
commit c30b82ab44
6 changed files with 88 additions and 73 deletions

View File

@@ -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();
}
}