C# Class ScreenToGif.Util.FrameRate

Frame rate monitor.
Show file Open project: dbremner/ScreenToGif

Public Methods

Method Description
GetMilliseconds ( int framerate = null ) : int

Gets the diff between the last call.

Start ( int interval ) : void

Prepares the FrameRate monitor.

Stop ( ) : void

Determine that a stop/pause of the recording.

Method Details

GetMilliseconds() public static method

Gets the diff between the last call.
public static GetMilliseconds ( int framerate = null ) : int
framerate int
return int

Start() public static method

Prepares the FrameRate monitor.
public static Start ( int interval ) : void
interval int The selected interval of each snapshot.
return void

Stop() public static method

Determine that a stop/pause of the recording.
public static Stop ( ) : void
return void