C# 클래스 Hudl.FFprobe.Command.FFprobeCommandProcessor

상속: ICommandProcessor
파일 보기 프로젝트 열기: hudl/HudlFfmpeg

공개 메소드들

메소드 설명
Close ( ) : bool
FFprobeCommandProcessor ( ) : System
Open ( ) : bool
Send ( string command ) : bool
Send ( string command, int timeoutMilliseconds ) : bool

비공개 메소드들

메소드 설명
Create ( ) : void
Delete ( ) : void
ProcessIt ( string command, int timeoutMilliseconds ) : void

메소드 상세

Close() 공개 메소드

public Close ( ) : bool
리턴 bool

FFprobeCommandProcessor() 공개 메소드

public FFprobeCommandProcessor ( ) : System
리턴 System

Open() 공개 메소드

public Open ( ) : bool
리턴 bool

Send() 공개 메소드

public Send ( string command ) : bool
command string
리턴 bool

Send() 공개 메소드

public Send ( string command, int timeoutMilliseconds ) : bool
command string
timeoutMilliseconds int
리턴 bool