FFmpegProgressEventArgs Constructor

Initializes a new instance of the FFmpegProgressEventArgs class.

Definition

Namespace: DevCase.ThirdParty.FFmpeg
Assembly: DevCase.net48.ThirdParty.FFmpeg (in DevCase.net48.ThirdParty.FFmpeg.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public FFmpegProgressEventArgs(
	string file,
	FFmpegTask task,
	int percent,
	double writtenBytes,
	TimeSpan videoDuration,
	TimeSpan time
)

Parameters

file  String
The filepath that was passed as argument to the process.
task  FFmpegTask
The FFmpegTask type that is being realized.
percent  Int32
The FFMPEG.exe task percent done.
writtenBytes  Double
The total amount of written bytes.
videoDuration  TimeSpan
The input video duration.
time  TimeSpan
The processed video time.

Remarks

Note: Some functionalities of this assembly may require to install one or all of the listed applications:

FFmpeg (ffmpeg.exe)

See Also