C# Class SharpFFmpeg.ImagePlayer

Afficher le fichier Open project: crazyender/FFMPEG.net

Méthodes publiques

Méthode Description
ImagePlayer ( IntPtr wnd, int width, int height ) : System
PutImage ( VideoFrameType type ) : void
Start ( ) : bool
Stop ( ) : void

Private Methods

Méthode Description
ImageThread ( ) : void

Method Details

ImagePlayer() public méthode

public ImagePlayer ( IntPtr wnd, int width, int height ) : System
wnd System.IntPtr
width int
height int
Résultat System

PutImage() public méthode

public PutImage ( VideoFrameType type ) : void
type VideoFrameType
Résultat void

Start() public méthode

public Start ( ) : bool
Résultat bool

Stop() public méthode

public Stop ( ) : void
Résultat void