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

/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DPortMixer.java62 private PortMixerPort[] ports;
150 //return AudioSystem.NOT_SPECIFIED; // if several instances of PortMixerPort
212 ports = new PortMixerPort[portInfos.length];
215 ports[index] = new PortMixerPort((Port.Info)portInfos[index], this, index);
231 private static final class PortMixerPort extends AbstractLine class in class:PortMixer
238 private PortMixerPort(Port.Info info, method in class:PortMixer.PortMixerPort
242 if (Printer.trace) Printer.trace("PortMixerPort CONSTRUCTOR: info: " + info);
252 if (Printer.trace) Printer.trace(">> PortMixerPort: implOpen().");
267 if (Printer.trace) Printer.trace("<< PortMixerPort: implOpen() succeeded");
291 if (Printer.trace) Printer.trace(">> PortMixerPort
[all...]

Completed in 136 milliseconds