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.
|
public static GetMilliseconds ( int framerate = null ) : int | ||
framerate | int | |
return | int |
public static Start ( int interval ) : void | ||
interval | int | The selected interval of each snapshot. |
return | void |