CoreConverterProgressEventArgs Constructor

Initializes a new instance of the CoreConverterProgressEventArgs class.

Definition

Namespace: DevCase.ThirdParty.DBpoweramp
Assembly: DevCase.net48.ThirdParty.DBpoweramp (in DevCase.net48.ThirdParty.DBpoweramp.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public CoreConverterProgressEventArgs(
	string inputFile,
	string outputFile,
	CoreConverterTask task,
	int percent
)

Parameters

inputFile  String
The filepath that was passed as argument to the process.
outputFile  String
The filepath of the file being converted.
task  CoreConverterTask
The CoreConverterTask type that is being realized.
percent  Int32
The CoreConverter.exe task percent done.

Remarks

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

dBpoweramp Music Converter (CoreConverter.exe)

See Also