|
Préférences
Moteurs de recherche
|
||||||||||||||
| JavaTM 2 Platform Std. Ed. v1.6.0
javax.sound.midi.spi
|
|||||||||||||||
| Constructor Summary | |
|---|---|
MidiDeviceProvider()
|
|
| Method Summary | |
|---|---|
abstract MidiDevice |
getDevice(MidiDevice.Info info)
Obtains an instance of the device represented by the info object. |
abstract MidiDevice.Info[] |
getDeviceInfo()
Obtains the set of info objects representing the device or devices provided by this MidiDeviceProvider. |
boolean |
isDeviceSupported(MidiDevice.Info info)
Indicates whether the device provider supports the device represented by the specified device info object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MidiDeviceProvider()
| Method Detail |
|---|
public boolean isDeviceSupported(MidiDevice.Info info)
info - an info object that describes the device for which support is queried
true if the specified device is supported,
otherwise falsepublic abstract MidiDevice.Info[] getDeviceInfo()
MidiDeviceProvider.
public abstract MidiDevice getDevice(MidiDevice.Info info)
info - an info object that describes the desired device
IllegalArgumentException - if the info object specified does not
match the info object for a device supported by this MidiDeviceProvider.