FFmpegProgressEventArgs 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 FFmpegProgressEventArgs(
string file,
FFmpegTask task,
int percent,
double writtenBytes,
TimeSpan videoDuration,
TimeSpan time
)
Public Sub New (
file As String,
task As FFmpegTask,
percent As Integer,
writtenBytes As Double,
videoDuration As TimeSpan,
time As TimeSpan
)
Dim file As String
Dim task As FFmpegTask
Dim percent As Integer
Dim writtenBytes As Double
Dim videoDuration As TimeSpan
Dim time As TimeSpan
Dim instance As New FFmpegProgressEventArgs(file, task,
percent, writtenBytes, videoDuration,
time)
public:
FFmpegProgressEventArgs(
String^ file,
FFmpegTask task,
int percent,
double writtenBytes,
TimeSpan videoDuration,
TimeSpan time
)
new :
file : string *
task : FFmpegTask *
percent : int *
writtenBytes : float *
videoDuration : TimeSpan *
time : TimeSpan -> FFmpegProgressEventArgs
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.
- percent Int32
-
The FFMPEG.exe task percent done.
- writtenBytes Double
-
The total amount of written bytes.
- videoDuration TimeSpan
-
The input video duration.
- time TimeSpan
-
The processed video time.
Note: Some functionalities of this assembly may require to install one or all of the listed applications:
FFmpeg (ffmpeg.exe)