C# Class Handbrake.frmPreview

The Preview Window
Inheritance: System.Windows.Forms.Form
Mostra file Open project: golgol7777/HandBrakeWinSource Class Usage Examples

Public Methods

Method Description
frmPreview ( frmMain mw ) : System

Initializes a new instance of the frmPreview class.

Protected Methods

Method Description
OnClosing ( System e ) : void

Remove any subscribed events then close.

Private Methods

Method Description
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

Method Details

OnClosing() protected method

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

frmPreview() public method

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