C# 클래스 Handbrake.frmPreview

The Preview Window
상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: golgol7777/HandBrakeWinSource 1 사용 예제들

공개 메소드들

메소드 설명
frmPreview ( frmMain mw ) : System

Initializes a new instance of the frmPreview class.

보호된 메소드들

메소드 설명
OnClosing ( System e ) : void

Remove any subscribed events then close.

비공개 메소드들

메소드 설명
CreatePreview ( object state ) : void

Create the Preview.

DefaultPlayerCheckedChanged ( object sender, EventArgs e ) : void
EncodeQueueEncodeEnded ( object sender, EventArgs e ) : void

The Enocde has ended

EncodeQueueEncodeStarted ( object sender, EventArgs e ) : void

The encode has started

EncodeQueueEncodeStatusChanged ( object sender, HandBrake e ) : void

Encode status has changed

Play ( ) : void

Play the video back in an external VLC Player

btn_play_Click ( object sender, EventArgs e ) : void

메소드 상세

OnClosing() 보호된 메소드

Remove any subscribed events then close.
protected OnClosing ( System e ) : void
e System /// The e. ///
리턴 void

frmPreview() 공개 메소드

Initializes a new instance of the frmPreview class.
public frmPreview ( frmMain mw ) : System
mw frmMain /// The mw. ///
리턴 System