Home
last modified time | relevance | path

Searched refs:getAudioFormat (Results 1 – 4 of 4) sorted by relevance

/plugin/jcapture/src/com/hammurapi/jcapture/
H A DScreenRecorder.java155 DataLine.Info info = new DataLine.Info(TargetDataLine.class, config.getAudioFormat()); in ScreenRecorder()
178 targetDataLine.open(config.getAudioFormat()); in ScreenRecorder()
H A DCaptureOptionsDialog.java368 stereoCheckBox.setSelected(owner.getCaptureConfig().getAudioFormat().getChannels()>1); in CaptureOptionsDialog()
369 if (owner.getCaptureConfig().getAudioFormat().getSampleSizeInBits()==8) { in CaptureOptionsDialog()
375 float sampleRate = owner.getCaptureConfig().getAudioFormat().getSampleRate(); in CaptureOptionsDialog()
H A DCaptureConfig.java227 public AudioFormat getAudioFormat() { in getAudioFormat() method in CaptureConfig
/plugin/jcapture/lib/
H A Djcapture.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...