* re-namespace * optimize usings * more usings * more of the same * more implicit/global usings * cleanup all usings * minor fixes
8 lines
165 B
C#
8 lines
165 B
C#
using ErsatzTV.Core.FFmpeg;
|
|
|
|
namespace ErsatzTV.Core.Interfaces.FFmpeg;
|
|
|
|
public interface ITempFilePool
|
|
{
|
|
string GetNextTempFile(TempFileCategory category);
|
|
} |