API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.sound.midi.spi. MidiDeviceProvider View Source
Author(s)
Kara Kytle
Since
Version
1.20 05/11/17
Serial
Hierarchy
 Object
      MidiDeviceProvider
Implements
Subclasses
Description
publicabstract abstract class MidiDeviceProvider
  A MidiDeviceProvider is a factory or provider for a particular type of MIDI device.
See also:   
Constructors
public MidiDeviceProvider ()
Methods
Hide/Show inherited methods
publicabstract MidiDevice getDevice (Info info)
  Obtains an instance of the device represented by the info object.
publicabstract Info getDeviceInfo ()
  Obtains the set of info objects representing the device or devices provided by this MidiDeviceProvider.
public boolean isDeviceSupported (Info info)
  Indicates whether the device provider supports the device represented by the specified device info object.
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar