MP3valStartedEventArgs Constructor

Initializes a new instance of the MP3valStartedEventArgs 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 MP3valStartedEventArgs(
	string arguments,
	string file,
	MP3valTask task
)

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.

Remarks

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

MP3val (mp3val.exe)

See Also