MP3valExitedEventArgs Constructor
Namespace: DevCase.ThirdParty.MP3ValAssembly: 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 MP3valExitedEventArgs(
string arguments,
string file,
MP3valTask task,
string infoMessage,
List<string> warnings,
List<string> errors,
bool fileNeedFix,
bool fileIsFixed,
int exitCode
)
Public Sub New (
arguments As String,
file As String,
task As MP3valTask,
infoMessage As String,
warnings As List(Of String),
errors As List(Of String),
fileNeedFix As Boolean,
fileIsFixed As Boolean,
exitCode As Integer
)
Dim arguments As String
Dim file As String
Dim task As MP3valTask
Dim infoMessage As String
Dim warnings As List(Of String)
Dim errors As List(Of String)
Dim fileNeedFix As Boolean
Dim fileIsFixed As Boolean
Dim exitCode As Integer
Dim instance As New MP3valExitedEventArgs(arguments,
file, task, infoMessage, warnings,
errors, fileNeedFix, fileIsFixed,
exitCode)
public:
MP3valExitedEventArgs(
String^ arguments,
String^ file,
MP3valTask task,
String^ infoMessage,
List<String^>^ warnings,
List<String^>^ errors,
bool fileNeedFix,
bool fileIsFixed,
int exitCode
)
new :
arguments : string *
file : string *
task : MP3valTask *
infoMessage : string *
warnings : List<string> *
errors : List<string> *
fileNeedFix : bool *
fileIsFixed : bool *
exitCode : int -> MP3valExitedEventArgs
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.
- task MP3valTask
-
The MP3Val task that is being realized.
- infoMessage String
-
The info message of the realized task.
- warnings ListString
-
The warning messages (if any).
- errors ListString
-
The error messages (if any).
- fileNeedFix Boolean
-
A value indicating whether the source audio need to be fixed.
- fileIsFixed Boolean
-
A value indicating whether the source audio file was fixed.
- exitCode Int32
-
The process exit code.
Note: Some functionalities of this assembly may require to install one or all of the listed applications:
MP3val (mp3val.exe)