C# Class Multimedia.VideoRender

Inheritance: BaseComponent, IPipe, IVideoRender
Mostrar archivo Open project: crazyender/FFMPEG.net Class Usage Examples

Public Methods

Method Description
Close ( ) : bool
ConnectTo ( IPipe pipe ) : bool
Flush ( ) : bool
OnReceiveData ( object packet ) : bool
Start ( ) : bool
Stop ( ) : bool

Private Methods

Method Description
ConvertToBitmapAndDraw ( VideoFrame This ) : void
GetWindowRect ( IntPtr hwnd, Rectangle &lpRect ) : IntPtr

Method Details

Close() public method

public Close ( ) : bool
return bool

ConnectTo() public method

public ConnectTo ( IPipe pipe ) : bool
pipe IPipe
return bool

Flush() public method

public Flush ( ) : bool
return bool

OnReceiveData() public method

public OnReceiveData ( object packet ) : bool
packet object
return bool

Start() public method

public Start ( ) : bool
return bool

Stop() public method

public Stop ( ) : bool
return bool