Module java.desktop
Package javax.sound.midi.spi
package javax.sound.midi.spi
Supplies interfaces for service providers to implement when offering new MIDI
devices, MIDI file readers and writers, or sound bank readers.
Related Documentation
For more information on using Java Sound see: Please note: In thejavax.sound.midi.spi
APIs, a null
reference parameter to methods is incorrect unless explicitly documented on
the method as having a meaningful interpretation. Usage to the contrary is
incorrect coding and may result in a run time exception either immediately or
at some later time. NullPointerException
is an example of typical and
acceptable run time exception for such cases.- Since:
- 1.3
-
ClassDescriptionA
MidiDeviceProvider
is a factory or provider for a particular type of MIDI device.AMidiFileReader
supplies MIDI file-reading services.AMidiFileWriter
supplies MIDI file-writing services.ASoundbankReader
supplies soundbank file-reading services.