C# Class Hudl.FFmpeg.Command.FFmpegCommandProcessor

Inheritance: ICommandProcessor
Mostra file Open project: hudl/HudlFfmpeg

Public Methods

Method Description
Close ( ) : bool
FFmpegCommandProcessor ( ) : System
Open ( ) : bool
Send ( string command ) : bool
Send ( string command, int timeoutMilliseconds ) : bool

Private Methods

Method Description
CheckForKnownExceptions ( Exception err ) : bool
Create ( ) : void
Delete ( ) : void
IsSignal15Error ( string errorOutput ) : bool
ProcessIt ( string command, int timeoutMilliseconds ) : void

Method Details

Close() public method

public Close ( ) : bool
return bool

FFmpegCommandProcessor() public method

public FFmpegCommandProcessor ( ) : System
return System

Open() public method

public Open ( ) : bool
return bool

Send() public method

public Send ( string command ) : bool
command string
return bool

Send() public method

public Send ( string command, int timeoutMilliseconds ) : bool
command string
timeoutMilliseconds int
return bool