CoreConverterStartedEventArgs Constructor

Initializes a new instance of the CoreConverterStartedEventArgs 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 CoreConverterStartedEventArgs(
	string inputFile,
	string outputFile,
	CoreConverterTask task
)

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.

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