C# Class Hudl.FFprobe.Command.FFprobeCommandProcessor

Inheritance: ICommandProcessor
Exibir arquivo Open project: hudl/HudlFfmpeg

Public Methods

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

Private Methods

Method Description
Create ( ) : void
Delete ( ) : void
ProcessIt ( string command, int timeoutMilliseconds ) : void

Method Details

Close() public method

public Close ( ) : bool
return bool

FFprobeCommandProcessor() public method

public FFprobeCommandProcessor ( ) : 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