C# Класс ScreenToGif.Util.FrameRate

Frame rate monitor.
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

GetMilliseconds() публичный статический Метод

Gets the diff between the last call.
public static GetMilliseconds ( int framerate = null ) : int
framerate int
Результат int

Start() публичный статический Метод

Prepares the FrameRate monitor.
public static Start ( int interval ) : void
interval int The selected interval of each snapshot.
Результат void

Stop() публичный статический Метод

Determine that a stop/pause of the recording.
public static Stop ( ) : void
Результат void