jdk/src/java.desktop/share/classes/javax/sound/sampled/AudioSystem.java
changeset 27565 729f9700483a
parent 26037 508779ce6619
child 32663 1279321775f1
equal deleted inserted replaced
27564:eaaa79b68cd5 27565:729f9700483a
    59  * with mixers.
    59  * with mixers.
    60  * <p>
    60  * <p>
    61  * Properties can be used to specify the default mixer for specific line types.
    61  * Properties can be used to specify the default mixer for specific line types.
    62  * Both system properties and a properties file are considered. The
    62  * Both system properties and a properties file are considered. The
    63  * "sound.properties" properties file is read from an implementation-specific
    63  * "sound.properties" properties file is read from an implementation-specific
    64  * location (typically it is the {@code lib} directory in the Java installation
    64  * location (typically it is the {@code conf} directory in the Java installation
    65  * directory). If a property exists both as a system property and in the
    65  * directory). If a property exists both as a system property and in the
    66  * properties file, the system property takes precedence. If none is specified,
    66  * properties file, the system property takes precedence. If none is specified,
    67  * a suitable default is chosen among the available devices. The syntax of the
    67  * a suitable default is chosen among the available devices. The syntax of the
    68  * properties file is specified in
    68  * properties file is specified in
    69  * {@link Properties#load(InputStream) Properties.load}. The following table
    69  * {@link Properties#load(InputStream) Properties.load}. The following table