X-Git-Url: http://git.osdn.net/view?p=pizza-ipa-oss%2Fjre.git;a=blobdiff_plain;f=features%2Fjp.pizzafactory.com.sun.jre%2Frootfiles.linux.x86%2Fjre%2Flib%2Fsound.properties;fp=features%2Fjp.pizzafactory.com.sun.jre%2Frootfiles.linux.x86%2Fjre%2Flib%2Fsound.properties;h=68309d111a6050739ccd938dd4d4b9fae3f4e36d;hp=0000000000000000000000000000000000000000;hb=380406f21bee95a4d2cde5028f7b9cba0239aebe;hpb=222171335eade95b7723df3619eb09ab0e0d927e diff --git a/features/jp.pizzafactory.com.sun.jre/rootfiles.linux.x86/jre/lib/sound.properties b/features/jp.pizzafactory.com.sun.jre/rootfiles.linux.x86/jre/lib/sound.properties new file mode 100644 index 0000000..68309d1 --- /dev/null +++ b/features/jp.pizzafactory.com.sun.jre/rootfiles.linux.x86/jre/lib/sound.properties @@ -0,0 +1,39 @@ +############################################################ +# Sound Configuration File +############################################################ +# +# This properties file is used to specify default service +# providers for javax.sound.midi.MidiSystem and +# javax.sound.sampled.AudioSystem. +# +# The following keys are recognized by MidiSystem methods: +# +# javax.sound.midi.Receiver +# javax.sound.midi.Sequencer +# javax.sound.midi.Synthesizer +# javax.sound.midi.Transmitter +# +# The following keys are recognized by AudioSystem methods: +# +# javax.sound.sampled.Clip +# javax.sound.sampled.Port +# javax.sound.sampled.SourceDataLine +# javax.sound.sampled.TargetDataLine +# +# The values specify the full class name of the service +# provider, or the device name. +# +# See the class descriptions for details. +# +# Example 1: +# Use MyDeviceProvider as default for SourceDataLines: +# javax.sound.sampled.SourceDataLine=com.xyz.MyDeviceProvider +# +# Example 2: +# Specify the default Synthesizer by its name "InternalSynth". +# javax.sound.midi.Synthesizer=#InternalSynth +# +# Example 3: +# Specify the default Receiver by provider and name: +# javax.sound.midi.Receiver=com.sun.media.sound.MidiProvider#SunMIDI1 +#