jdk/src/share/classes/javax/sound/sampled/AudioSystem.java
changeset 21278 ef8a3a2a72f2
parent 19207 3448b0cb4077
child 22584 eed64ee05369
equal deleted inserted replaced
21277:bd380b80f9ea 21278:ef8a3a2a72f2
   113  * Either the class name, or the mixer name may be omitted.
   113  * Either the class name, or the mixer name may be omitted.
   114  * If only the class name is specified, the trailing hash mark
   114  * If only the class name is specified, the trailing hash mark
   115  * is optional.
   115  * is optional.
   116  *
   116  *
   117  * <p>If the provider class is specified, and it can be
   117  * <p>If the provider class is specified, and it can be
   118  * successully retrieved from the installed providers, the list of
   118  * successfully retrieved from the installed providers, the list of
   119  * <code>Mixer.Info</code> objects is retrieved
   119  * <code>Mixer.Info</code> objects is retrieved
   120  * from the provider. Otherwise, or when these mixers
   120  * from the provider. Otherwise, or when these mixers
   121  * do not provide a subsequent match, the list is retrieved
   121  * do not provide a subsequent match, the list is retrieved
   122  * from {@link #getMixerInfo} to contain
   122  * from {@link #getMixerInfo} to contain
   123  * all available <code>Mixer.Info</code> objects.
   123  * all available <code>Mixer.Info</code> objects.