C# Class Hudl.FFmpeg.Extensions.ProcessExtensions

Afficher le fichier Open project: hudl/HudlFfmpeg

Méthodes publiques

Méthode 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 méthode

public static WaitForProcessStart ( this process ) : bool
process this
Résultat bool

WaitForProcessStart() public static méthode

public static WaitForProcessStart ( this process, System.TimeSpan processTimeout ) : bool
process this
processTimeout System.TimeSpan
Résultat bool

WaitForProcessStart() public static méthode

public static WaitForProcessStart ( this process, int timeoutMilliseconds ) : bool
process this
timeoutMilliseconds int
Résultat bool

WaitForProcessStop() public static méthode

public static WaitForProcessStop ( this process ) : bool
process this
Résultat bool

WaitForProcessStop() public static méthode

public static WaitForProcessStop ( this process, System.TimeSpan processTimeout ) : bool
process this
processTimeout System.TimeSpan
Résultat bool

WaitForProcessStop() public static méthode

public static WaitForProcessStop ( this process, int timeoutMilliseconds ) : bool
process this
timeoutMilliseconds int
Résultat bool