MP3GainExitedEventArgs Constructor

Initializes a new instance of the MP3GainExitedEventArgs class.

Definition

Namespace: DevCase.ThirdParty.MP3Gain
Assembly: DevCase.net48.ThirdParty.MP3gain (in DevCase.net48.ThirdParty.MP3gain.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public MP3GainExitedEventArgs(
	string arguments,
	string file,
	MP3GainOperation operation,
	string infoMessage,
	string errorMessage,
	int gainLevel,
	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.
operation  MP3GainOperation
The MP3Gain operation that is being realized.
infoMessage  String
The information message of the realized task.
errorMessage  String
The error messages (if any).
gainLevel  Int32
The volume gain level change applied to file, in decibels.

This value is always 0 if performing a CheckTagInfo task.

exitCode  Int32
The process exit code.

Remarks

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

MP3Gain (mp3gain.exe)

See Also