Method | Description | |
---|---|---|
AviPlayer ( |
Create a new AVI Player
|
|
Start ( ) : void |
Start the video playback
|
|
Stop ( ) : void |
Stop the video playback
|
Method | Description | |
---|---|---|
Run ( ) : void |
Extract and display the frames
|
|
SetDisplayPicture ( ) : void |
Change the visible frame
|
|
SetLabelText ( ) : void |
Change the frame index feedback
|
public AviPlayer ( |
||
videoStream | Video stream to play | |
picDisplay | PictureBox to display the video | |
ctlFrameIndexFeedback | Optional Label to show the current frame index | |
return | System |