C# Class Hudl.FFmpeg.Command.StreamReaders.StandardErrorAsyncStreamReader

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

Méthodes publiques

Méthode Description
AttachReader ( Process processToListenTo ) : StandardErrorAsyncStreamReader

Méthodes protégées

Méthode Description
ListenAsAsync ( ) : void
ListenAsThread ( ) : void

Private Methods

Méthode Description
AsyncStdErrorMonitor ( ) : void
StandardErrorAsyncStreamReader ( Process processToListenTo ) : System.Diagnostics

Method Details

AttachReader() public static méthode

public static AttachReader ( Process processToListenTo ) : StandardErrorAsyncStreamReader
processToListenTo System.Diagnostics.Process
Résultat StandardErrorAsyncStreamReader

ListenAsAsync() protected méthode

protected ListenAsAsync ( ) : void
Résultat void

ListenAsThread() protected méthode

protected ListenAsThread ( ) : void
Résultat void