C# 클래스 Hudl.FFmpeg.Extensions.ProcessExtensions

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

공개 메소드들

메소드 설명
WaitForProcessStart ( this process ) : bool
WaitForProcessStart ( this process, System.TimeSpan processTimeout ) : bool
WaitForProcessStart ( this process, int timeoutMilliseconds ) : bool
WaitForProcessStop ( this process ) : bool
WaitForProcessStop ( this process, System.TimeSpan processTimeout ) : bool
WaitForProcessStop ( this process, int timeoutMilliseconds ) : bool

메소드 상세

WaitForProcessStart() 공개 정적인 메소드

public static WaitForProcessStart ( this process ) : bool
process this
리턴 bool

WaitForProcessStart() 공개 정적인 메소드

public static WaitForProcessStart ( this process, System.TimeSpan processTimeout ) : bool
process this
processTimeout System.TimeSpan
리턴 bool

WaitForProcessStart() 공개 정적인 메소드

public static WaitForProcessStart ( this process, int timeoutMilliseconds ) : bool
process this
timeoutMilliseconds int
리턴 bool

WaitForProcessStop() 공개 정적인 메소드

public static WaitForProcessStop ( this process ) : bool
process this
리턴 bool

WaitForProcessStop() 공개 정적인 메소드

public static WaitForProcessStop ( this process, System.TimeSpan processTimeout ) : bool
process this
processTimeout System.TimeSpan
리턴 bool

WaitForProcessStop() 공개 정적인 메소드

public static WaitForProcessStop ( this process, int timeoutMilliseconds ) : bool
process this
timeoutMilliseconds int
리턴 bool