FFmpegExitedEventArgs Constructor
Namespace: DevCase.ThirdParty.FFmpegAssembly: DevCase.net48.ThirdParty.FFmpeg (in DevCase.net48.ThirdParty.FFmpeg.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public FFmpegExitedEventArgs(
string file,
FFmpegTask task,
List<string> errors,
int exitCode
)
Public Sub New (
file As String,
task As FFmpegTask,
errors As List(Of String),
exitCode As Integer
)
Dim file As String
Dim task As FFmpegTask
Dim errors As List(Of String)
Dim exitCode As Integer
Dim instance As New FFmpegExitedEventArgs(file, task,
errors, exitCode)
public:
FFmpegExitedEventArgs(
String^ file,
FFmpegTask task,
List<String^>^ errors,
int exitCode
)
new :
file : string *
task : FFmpegTask *
errors : List<string> *
exitCode : int -> FFmpegExitedEventArgs
No code example is currently available or this language may not be supported.
Parameters
- file String
-
The filepath that was passed as argument to the process.
- task FFmpegTask
-
The FFmpegTask type that is being realized.
- errors ListString
-
The error messages of the realized task (if any).
- exitCode Int32
-
The process exit code.
Note: Some functionalities of this assembly may require to install one or all of the listed applications:
FFmpeg (ffmpeg.exe)