C# Class LongoMatch.Video.Player.GstFramesCapturer

Inheritance: GstPlayer, IFramesCapturer
Show file Open project: GNOME/longomatch

Public Methods

Method Description
GetFrame ( Time pos, bool accurate, int outwidth = -1, int outheight = -1 ) : Image
GstFramesCapturer ( ) : System

Method Details

GetFrame() public method

public GetFrame ( Time pos, bool accurate, int outwidth = -1, int outheight = -1 ) : Image
pos LongoMatch.Core.Store.Time
accurate bool
outwidth int
outheight int
return Image

GstFramesCapturer() public method

public GstFramesCapturer ( ) : System
return System