Searched defs:sourceDataLine (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DSoftAudioPusher.java40 private SourceDataLine sourceDataLine = null; field in class:SoftAudioPusher
45 public SoftAudioPusher(SourceDataLine sourceDataLine, AudioInputStream ais, argument
49 this.sourceDataLine = sourceDataLine;
76 SourceDataLine sourceDataLine = SoftAudioPusher.this.sourceDataLine;
84 sourceDataLine.write(buffer, 0, count);
H A DSoftMixingMixer.java79 private SourceDataLine sourceDataLine = null; field in class:SoftMixingMixer
301 if (sourceDataLine != null) {
302 sourceDataLine.drain();
303 sourceDataLine.close();
304 sourceDataLine = null;
435 sourceDataLine = line;
H A DSoftSynthesizer.java77 public SourceDataLine sourceDataLine = null; field in class:SoftSynthesizer.WeakAudioStream
124 SourceDataLine _sourceDataLine = sourceDataLine;
140 sourceDataLine = null;
214 private SourceDataLine sourceDataLine = null; field in class:SoftSynthesizer
1081 sourceDataLine = line;
1117 weakstream.sourceDataLine = sourceDataLine;
1265 if (sourceDataLine != null) {
1266 sourceDataLine.close();
1267 sourceDataLine
[all...]

Completed in 33 milliseconds