MP3GainProgressChangedEventArgs Constructor

Initializes a new instance of the MP3GainProgressChangedEventArgs 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 MP3GainProgressChangedEventArgs(
	string arguments,
	string file,
	MP3GainOperation operation,
	int percent
)

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.
percent  Int32
The MP3Gain task percent done.

Remarks

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

MP3Gain (mp3gain.exe)

See Also