C# Класс AnimatGuiCtrls.Video.AviPlayer

Показать файл Открыть проект

Открытые методы

Метод Описание
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