FFmpegExitedEventArgs Constructor

Initializes a new instance of the FFmpegExitedEventArgs 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 FFmpegExitedEventArgs(
	string file,
	FFmpegTask task,
	List<string> errors,
	int exitCode
)

Parameters

file  String
The filepath that was passed as argument to the process.
task  FFmpegTask
The FFmpegTask type that is being realized.
errors  ListString
The error messages of the realized task (if any).
exitCode  Int32
The process exit code.

Remarks

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

FFmpeg (ffmpeg.exe)

See Also