Class FFmpegDownloader
Inheritance
System.Object
FFmpegDownloader
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Xabe.FFmpeg.Downloader
Assembly: Xabe.FFmpeg.Downloader.dll
Syntax
public abstract class FFmpegDownloader
Methods
GetLatestVersion(FFmpegVersion)
Download latest FFmpeg version for current operating system to FFmpeg.ExecutablePath. If it is not set download to ".".
Determine which version of FFmpeg should be downloadedDeclaration
public static Task GetLatestVersion(FFmpegVersion version)
Parameters
Type | Name | Description |
---|---|---|
FFmpegVersion | version |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task |
GetLatestVersion(FFmpegVersion, String)
Download latest FFmpeg version for current operating system to FFmpeg.ExecutablePath. If it is not set download to ".".
Determine which version of FFmpeg should be downloadedDeclaration
public static Task GetLatestVersion(FFmpegVersion version, string path)
Parameters
Type | Name | Description |
---|---|---|
FFmpegVersion | version | |
System.String | path |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task |