< prev index next >

src/java.desktop/share/classes/com/sun/media/sound/JDK13Services.java

Print this page

        

*** 134,144 **** } } return value; } - /** Obtain the instance name part of a default provider property. @param typeClass The type of the default provider property. This should be one of Receiver.class, Transmitter.class, Sequencer.class, Synthesizer.class, SourceDataLine.class, TargetDataLine.class, Clip.class or Port.class. --- 134,143 ----
*** 156,166 **** } } return value; } - /** Obtain the value of a default provider property. @param typeClass The type of the default provider property. This should be one of Receiver.class, Transmitter.class, Sequencer.class, Synthesizer.class, SourceDataLine.class, TargetDataLine.class, Clip.class or Port.class. --- 155,164 ----
*** 188,198 **** value = null; } return value; } - /** Obtain a properties bundle containing property values from the properties file. If the properties file could not be loaded, the properties bundle is empty. */ private static synchronized Properties getProperties() { --- 186,195 ----
< prev index next >