C# Class ZForge.Motion.Controls.AVIView

Inheritance: System.Windows.Forms.UserControl, IVideoView, IFileView, IGlobalization
显示文件 Open project: zhuangyy/Motion Class Usage Examples

Public Methods

Method Description
AVIView ( ) : System
IsRunning ( ) : bool
Pause ( bool on ) : void
Remove ( ) : bool
SetDimension ( float ratio ) : void
Start ( ) : void
Stop ( ) : void
UpdateCulture ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
CloseVideoSource ( ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

OpenVideoSource ( IVideoSource source ) : void
timer_Elapsed ( object sender, System e ) : void
toolStripButtonClose_Click ( object sender, EventArgs e ) : void
toolStripButtonDelete_Click ( object sender, EventArgs e ) : void
toolStripButtonPause_Click ( object sender, EventArgs e ) : void
toolStripButtonSaveAs_Click ( object sender, EventArgs e ) : void
toolStripButtonSnag_Click ( object sender, EventArgs e ) : void
toolStripButtonSpeedDec_Click ( object sender, EventArgs e ) : void
toolStripButtonSpeedInc_Click ( object sender, EventArgs e ) : void
toolStripButtonStart_Click ( object sender, EventArgs e ) : void
toolStripButtonStop_Click ( object sender, EventArgs e ) : void
toolStripButtonZoomIn_Click ( object sender, EventArgs e ) : void
toolStripButtonZoomOut_Click ( object sender, EventArgs e ) : void
trackBarTime_ValueChanged ( object sender, EventArgs e ) : void

Method Details

AVIView() public method

public AVIView ( ) : System
return System

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

IsRunning() public method

public IsRunning ( ) : bool
return bool

Pause() public method

public Pause ( bool on ) : void
on bool
return void

Remove() public method

public Remove ( ) : bool
return bool

SetDimension() public method

public SetDimension ( float ratio ) : void
ratio float
return void

Start() public method

public Start ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void

UpdateCulture() public method

public UpdateCulture ( ) : void
return void