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

Inheritance: BaseStandardStreamReader
Show file Open project: hudl/HudlFfmpeg

Public Methods

Method Description
AttachReader ( Process processToListenTo ) : StandardErrorAsyncStreamReader

Protected Methods

Method Description
ListenAsAsync ( ) : void
ListenAsThread ( ) : void

Private Methods

Method Description
AsyncStdErrorMonitor ( ) : void
StandardErrorAsyncStreamReader ( Process processToListenTo ) : System.Diagnostics

Method Details

AttachReader() public static method

public static AttachReader ( Process processToListenTo ) : StandardErrorAsyncStreamReader
processToListenTo System.Diagnostics.Process
return StandardErrorAsyncStreamReader

ListenAsAsync() protected method

protected ListenAsAsync ( ) : void
return void

ListenAsThread() protected method

protected ListenAsThread ( ) : void
return void