MP3valExitedEventArgs Constructor

Initializes a new instance of the MP3valExitedEventArgs class.

Definition

Namespace: DevCase.ThirdParty.MP3Val
Assembly: DevCase.net48.ThirdParty.MP3val (in DevCase.net48.ThirdParty.MP3val.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public MP3valExitedEventArgs(
	string arguments,
	string file,
	MP3valTask task,
	string infoMessage,
	List<string> warnings,
	List<string> errors,
	bool fileNeedFix,
	bool fileIsFixed,
	int exitCode
)

Parameters

arguments  String
The arguments that was passed to the process.
file  String
The source audio filepath that was passed to the process.
task  MP3valTask
The MP3Val task that is being realized.
infoMessage  String
The info message of the realized task.
warnings  ListString
The warning messages (if any).
errors  ListString
The error messages (if any).
fileNeedFix  Boolean
A value indicating whether the source audio need to be fixed.
fileIsFixed  Boolean
A value indicating whether the source audio file was fixed.
exitCode  Int32
The process exit code.

Remarks

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

MP3val (mp3val.exe)

See Also