FFmpegExitedEventArgsErrors Property
Gets the error messages of the finished task (if any).
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 List<string> Errors { get; }
Public ReadOnly Property Errors As List(Of String)
Get
Dim instance As FFmpegExitedEventArgs
Dim value As List(Of String)
value = instance.Errors
public:
property List<String^>^ Errors {
List<String^>^ get ();
}
member Errors : List<string> with get
No code example is currently available or this language may not be supported.
Property Value
ListString
Note: Some functionalities of this assembly may require to install one or all of the listed applications:
FFmpeg (ffmpeg.exe)