C# Class Hudl.FFmpeg.Extensions.ProcessExtensions

显示文件 Open project: hudl/HudlFfmpeg

Public Methods

Method Description
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

Method Details

WaitForProcessStart() public static method

public static WaitForProcessStart ( this process ) : bool
process this
return bool

WaitForProcessStart() public static method

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

WaitForProcessStart() public static method

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

WaitForProcessStop() public static method

public static WaitForProcessStop ( this process ) : bool
process this
return bool

WaitForProcessStop() public static method

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

WaitForProcessStop() public static method

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