Interface IFFMpegDownloaderBase
Downloads the Latest Version of FFMpeg
Namespace: Xabe.FFmpeg.Downloader
Assembly: Xabe.FFmpeg.Downloader.dll
Syntax
public interface IFFMpegDownloaderBase
Methods
GetLatestVersion(String)
Do the download and install FFMpeg
Declaration
Task GetLatestVersion(string path)
Parameters
Type | Name | Description |
---|---|---|
System.String | path | FFmpeg executables destination directory |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task |