C# Class Hudl.FFprobe.Command.FFprobeCommandProcessor

Inheritance: ICommandProcessor
Afficher le fichier Open project: hudl/HudlFfmpeg

Méthodes publiques

Méthode Description
Close ( ) : bool
FFprobeCommandProcessor ( ) : System
Open ( ) : bool
Send ( string command ) : bool
Send ( string command, int timeoutMilliseconds ) : bool

Private Methods

Méthode Description
Create ( ) : void
Delete ( ) : void
ProcessIt ( string command, int timeoutMilliseconds ) : void

Method Details

Close() public méthode

public Close ( ) : bool
Résultat bool

FFprobeCommandProcessor() public méthode

public FFprobeCommandProcessor ( ) : System
Résultat System

Open() public méthode

public Open ( ) : bool
Résultat bool

Send() public méthode

public Send ( string command ) : bool
command string
Résultat bool

Send() public méthode

public Send ( string command, int timeoutMilliseconds ) : bool
command string
timeoutMilliseconds int
Résultat bool