C# Class ScreenToGif.Util.FrameRate

Frame rate monitor.
Afficher le fichier Open project: dbremner/ScreenToGif

Méthodes publiques

Méthode 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 méthode

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

Start() public static méthode

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

Stop() public static méthode

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