Home
last modified time | relevance | path

Searched refs:getFramesPerSecond (Results 1 – 8 of 8) sorted by relevance

/plugin/jcapture/src/com/hammurapi/jcapture/
H A DMovie.java28 public float getFramesPerSecond() { in getFramesPerSecond() method in Movie
H A DScreenRecorder.java45 return first.getFramesPerSecond(); in getActualFps()
182 frameLength = (long) (1000.0/config.getFramesPerSecond()); in ScreenRecorder()
H A DMovieEditorDialog.java392 audioSamplesPerFrame = wavFile.getSampleRate()/movie.getFramesPerSecond(); in MovieEditorDialog()
606 …return new Movie(movie.getFrameDimension(), movie.getFramesPerSecond(), Collections.singletonList(… in buildUI()
784 … playTimera[0] = new Timer((int) ((double) 1000/movie.getFramesPerSecond()), new ActionListener() { in buildUI()
1004 int inactivityInFrames = (int) (inactivityInterval*movie.getFramesPerSecond()); in addRemoveInactivityMenuItem()
1032 …BUFFER_SIZE = (int) ((double) numChannels*sampleRate*validBits/(movie.getFramesPerSecond()*8)); //… in SoundPlayer()
H A DSwfEncoder.java165 header.setFrameRate(source.getFramesPerSecond()); in encode()
210 movie.add(soundFactory.streamHeader(source.getFramesPerSecond())); in encode()
H A DScreenShot.java73 public float getFramesPerSecond() { in getFramesPerSecond() method in ScreenShot
H A DCaptureConfig.java239 public float getFramesPerSecond() { in getFramesPerSecond() method in CaptureConfig
H A DCaptureOptionsDialog.java395 fpsTextField.setText(Float.toString(owner.getCaptureConfig().getFramesPerSecond())); in CaptureOptionsDialog()
/plugin/jcapture/lib/
H A Djcapture.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...