MP3GainExitedEventArgs Constructor
Namespace: DevCase.ThirdParty.MP3GainAssembly: 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 MP3GainExitedEventArgs(
string arguments,
string file,
MP3GainOperation operation,
string infoMessage,
string errorMessage,
int gainLevel,
int exitCode
)
Public Sub New (
arguments As String,
file As String,
operation As MP3GainOperation,
infoMessage As String,
errorMessage As String,
gainLevel As Integer,
exitCode As Integer
)
Dim arguments As String
Dim file As String
Dim operation As MP3GainOperation
Dim infoMessage As String
Dim errorMessage As String
Dim gainLevel As Integer
Dim exitCode As Integer
Dim instance As New MP3GainExitedEventArgs(arguments,
file, operation, infoMessage, errorMessage,
gainLevel, exitCode)
public:
MP3GainExitedEventArgs(
String^ arguments,
String^ file,
MP3GainOperation operation,
String^ infoMessage,
String^ errorMessage,
int gainLevel,
int exitCode
)
new :
arguments : string *
file : string *
operation : MP3GainOperation *
infoMessage : string *
errorMessage : string *
gainLevel : int *
exitCode : int -> MP3GainExitedEventArgs
No code example is currently available or this language may not be supported.
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.
- infoMessage String
-
The information message of the realized task.
- errorMessage String
-
The error messages (if any).
- gainLevel Int32
-
The volume gain level change applied to file, in decibels.
This value is always 0 if performing a CheckTagInfo task.
- exitCode Int32
-
The process exit code.
Note: Some functionalities of this assembly may require to install one or all of the listed applications:
MP3Gain (mp3gain.exe)