C# 클래스 TranscodePlugin.EncoderStatusParser

파일 보기 프로젝트 열기: anyoun/metageta 1 사용 예제들

공개 메소드들

메소드 설명
EncoderStatusParser ( string encoderName, int totalFrames, ProgressStatus progress ) : System
OutputHandler ( object sendingProcess, DataReceivedEventArgs outLine ) : void

비공개 메소드들

메소드 설명
Parse ( string line ) : void

메소드 상세

EncoderStatusParser() 공개 메소드

public EncoderStatusParser ( string encoderName, int totalFrames, ProgressStatus progress ) : System
encoderName string
totalFrames int
progress ProgressStatus
리턴 System

OutputHandler() 공개 메소드

public OutputHandler ( object sendingProcess, DataReceivedEventArgs outLine ) : void
sendingProcess object
outLine System.Diagnostics.DataReceivedEventArgs
리턴 void