C# Class Talifun.Commander.Command.Video.Command.ExecuteVideoConversionWorkflowMessageHandlerBase

Afficher le fichier Open project: taliesins/talifun-commander

Méthodes protégées

Méthode Description
ExecuteCommandLineExecutor ( IExecuteVideoConversionWorkflowMessage message, string workingDirectory, string commandPath, string commandArguments, string &output ) : bool
ExecuteFfMpegCommandLineExecutor ( IExecuteVideoConversionWorkflowMessage message, string workingDirectory, string commandPath, string commandArguments, string &output ) : bool

Method Details

ExecuteCommandLineExecutor() protected méthode

protected ExecuteCommandLineExecutor ( IExecuteVideoConversionWorkflowMessage message, string workingDirectory, string commandPath, string commandArguments, string &output ) : bool
message IExecuteVideoConversionWorkflowMessage
workingDirectory string
commandPath string
commandArguments string
output string
Résultat bool

ExecuteFfMpegCommandLineExecutor() protected méthode

protected ExecuteFfMpegCommandLineExecutor ( IExecuteVideoConversionWorkflowMessage message, string workingDirectory, string commandPath, string commandArguments, string &output ) : bool
message IExecuteVideoConversionWorkflowMessage
workingDirectory string
commandPath string
commandArguments string
output string
Résultat bool