11 lines
No EOL
356 B
C#
11 lines
No EOL
356 B
C#
using EllieHub.Features.Shared.Services.Abstractions;
|
|
|
|
namespace EllieHub.Features.AppConfig.Services.Abstractions;
|
|
|
|
/// <summary>
|
|
/// Represents a service that checks, downloads, installs, and updates ffmpeg.
|
|
/// </summary>
|
|
/// <remarks>This interface exists mainly for DI registration.</remarks>
|
|
public interface IFfmpegResolver : IDependencyResolver
|
|
{
|
|
} |