C# Class SharpFFmpeg.ImagePlayer

显示文件 Open project: crazyender/FFMPEG.net

Public Methods

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

Private Methods

Method Description
ImageThread ( ) : void

Method Details

ImagePlayer() public method

public ImagePlayer ( IntPtr wnd, int width, int height ) : System
wnd System.IntPtr
width int
height int
return System

PutImage() public method

public PutImage ( VideoFrameType type ) : void
type VideoFrameType
return void

Start() public method

public Start ( ) : bool
return bool

Stop() public method

public Stop ( ) : void
return void