jdk/src/share/lib/sound.properties
author ksrini
Wed, 05 Sep 2012 11:38:40 -0700
changeset 13675 c2999ee84468
parent 2 90ce3da70b43
permissions -rw-r--r--
7194005: (launcher) needs to be enhanced for 64-bit jar file handling Reviewed-by: darcy, sherman
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     1
############################################################
90ce3da70b43 Initial load
duke
parents:
diff changeset
     2
#               Sound Configuration File
90ce3da70b43 Initial load
duke
parents:
diff changeset
     3
############################################################
90ce3da70b43 Initial load
duke
parents:
diff changeset
     4
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
     5
# This properties file is used to specify default service
90ce3da70b43 Initial load
duke
parents:
diff changeset
     6
# providers for javax.sound.midi.MidiSystem and
90ce3da70b43 Initial load
duke
parents:
diff changeset
     7
# javax.sound.sampled.AudioSystem.
90ce3da70b43 Initial load
duke
parents:
diff changeset
     8
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
     9
# The following keys are recognized by MidiSystem methods:
90ce3da70b43 Initial load
duke
parents:
diff changeset
    10
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    11
# javax.sound.midi.Receiver
90ce3da70b43 Initial load
duke
parents:
diff changeset
    12
# javax.sound.midi.Sequencer
90ce3da70b43 Initial load
duke
parents:
diff changeset
    13
# javax.sound.midi.Synthesizer
90ce3da70b43 Initial load
duke
parents:
diff changeset
    14
# javax.sound.midi.Transmitter
90ce3da70b43 Initial load
duke
parents:
diff changeset
    15
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    16
# The following keys are recognized by AudioSystem methods:
90ce3da70b43 Initial load
duke
parents:
diff changeset
    17
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    18
# javax.sound.sampled.Clip
90ce3da70b43 Initial load
duke
parents:
diff changeset
    19
# javax.sound.sampled.Port
90ce3da70b43 Initial load
duke
parents:
diff changeset
    20
# javax.sound.sampled.SourceDataLine
90ce3da70b43 Initial load
duke
parents:
diff changeset
    21
# javax.sound.sampled.TargetDataLine
90ce3da70b43 Initial load
duke
parents:
diff changeset
    22
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    23
# The values specify the full class name of the service
90ce3da70b43 Initial load
duke
parents:
diff changeset
    24
# provider, or the device name.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    25
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    26
# See the class descriptions for details.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    27
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    28
# Example 1:
90ce3da70b43 Initial load
duke
parents:
diff changeset
    29
# Use MyDeviceProvider as default for SourceDataLines:
90ce3da70b43 Initial load
duke
parents:
diff changeset
    30
# javax.sound.sampled.SourceDataLine=com.xyz.MyDeviceProvider
90ce3da70b43 Initial load
duke
parents:
diff changeset
    31
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    32
# Example 2:
90ce3da70b43 Initial load
duke
parents:
diff changeset
    33
# Specify the default Synthesizer by its name "InternalSynth".
90ce3da70b43 Initial load
duke
parents:
diff changeset
    34
# javax.sound.midi.Synthesizer=#InternalSynth
90ce3da70b43 Initial load
duke
parents:
diff changeset
    35
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    36
# Example 3:
90ce3da70b43 Initial load
duke
parents:
diff changeset
    37
# Specify the default Receiver by provider and name:
90ce3da70b43 Initial load
duke
parents:
diff changeset
    38
# javax.sound.midi.Receiver=com.sun.media.sound.MidiProvider#SunMIDI1
90ce3da70b43 Initial load
duke
parents:
diff changeset
    39
#