MP3GainStartedEventArgs Constructor

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

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.

Remarks

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

MP3Gain (mp3gain.exe)

See Also