Home
last modified time | relevance | path

Searched refs:getActualFps (Results 1 – 2 of 2) sorted by path

/plugin/jcapture/lib/
H A Djcapture.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jcapture/src/com/hammurapi/jcapture/
H A DScreenRecorder.java44 float getActualFps() { in getActualFps() method in ScreenRecorder.Fragment
232 … fps = config.isSound() ? fragment.getActualFps() : config.getSpeedScale()*fragment.getActualFps(); in getMovie()