C# Class Talifun.Commander.Executor.FFMpeg.FfMpegCommandLineExecutor

Inheritance: CommandLine.CommandLineExecutor
Show file Open project: taliesins/talifun-commander Class Usage Examples

Protected Methods

Method Description
CheckConversionSuccess ( string output ) : int
OnErrorDataReceived ( object sender, DataReceivedEventArgs e ) : void

Method Details

CheckConversionSuccess() protected static method

protected static CheckConversionSuccess ( string output ) : int
output string
return int

OnErrorDataReceived() protected method

protected OnErrorDataReceived ( object sender, DataReceivedEventArgs e ) : void
sender object
e System.Diagnostics.DataReceivedEventArgs
return void