Home
last modified time | relevance | path

Searched refs:hasAudio (Results 1 – 2 of 2) sorted by last modified time

/plugin/jcapture/src/com/hammurapi/jcapture/
H A DMovieEditorDialog.java110 boolean hasAudio; field in MovieEditorDialog
377 hasAudio = true; in MovieEditorDialog()
486 …wHeights = new int[] { movie.getFrameDimension().height, 7, cellHeight+(hasAudio? 23 + AUDIO_CELL_… in buildUI()
513 File newAudio = hasAudio ? File.createTempFile("jCaptureAudioSink", ".wav") : null; in buildUI()
647 …referredSize(new Dimension(movie.getFrameDimension().width, cellHeight+(hasAudio? 23 + AUDIO_CELL_… in buildUI()
653 TableModel timeLineTableModel = new DefaultTableModel(hasAudio ? 2 : 1, frameEntries.length) { in buildUI()
770 if (hasAudio) { in buildUI()
864 if (hasAudio) { in buildUI()
1030 audioFile = hasAudio ? File.createTempFile("jCaptureRangeAudio", ".wav") : null; in SoundPlayer()
/plugin/jcapture/lib/
H A Djcapture.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...