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

/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DDataPusher.java40 public final class DataPusher implements Runnable { class in inherits:Runnable
69 public DataPusher(SourceDataLine sourceLine, AudioFormat format, byte[] audioData, int byteLength) { method in class:DataPusher
76 public DataPusher(SourceDataLine sourceLine, AudioInputStream ais) { method in class:DataPusher
87 if (DEBUG || Printer.debug) Printer.debug("> DataPusher.start(loop="+loop+")");
91 if (DEBUG || Printer.trace)Printer.trace("DataPusher.start(): calling stop()");
98 if (DEBUG || Printer.trace)Printer.trace("DataPusher: source.open()");
101 if (DEBUG || Printer.trace)Printer.trace("DataPusher: source.flush()");
103 if (DEBUG || Printer.trace)Printer.trace("DataPusher: source.start()");
106 if (DEBUG || Printer.debug) Printer.debug("DataPusher.start(): Starting push");
117 if (DEBUG || Printer.debug) Printer.debug("< DataPusher
[all...]

Completed in 33 milliseconds