C# 클래스 AnimatGuiCtrls.Video.AviPlayer

파일 보기 프로젝트 열기: NeuroRoboticTech/AnimatLabPublicSource

공개 메소드들

메소드 설명
AviPlayer ( VideoStream videoStream, PictureBox picDisplay, Control ctlFrameIndexFeedback ) : System

Create a new AVI Player

Start ( ) : void

Start the video playback

Stop ( ) : void

Stop the video playback

비공개 메소드들

메소드 설명
Run ( ) : void

Extract and display the frames

SetDisplayPicture ( ) : void

Change the visible frame

SetLabelText ( ) : void

Change the frame index feedback

메소드 상세

AviPlayer() 공개 메소드

Create a new AVI Player
public AviPlayer ( VideoStream videoStream, PictureBox picDisplay, Control ctlFrameIndexFeedback ) : System
videoStream VideoStream Video stream to play
picDisplay System.Windows.Forms.PictureBox PictureBox to display the video
ctlFrameIndexFeedback System.Windows.Forms.Control Optional Label to show the current frame index
리턴 System

Start() 공개 메소드

Start the video playback
public Start ( ) : void
리턴 void

Stop() 공개 메소드

Stop the video playback
public Stop ( ) : void
리턴 void