|
JavaTM 2 Platform Std. Ed. v1.4.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--javax.sound.midi.spi.MidiDeviceProvider
A MidiDeviceProvider
is a factory or provider for a particular
type of MIDI device.
This mechanism allows the implementation to determine
how resources are managed in the creation and management of
a device.
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)
true
if the specified device is supported,
otherwise false
public 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
.
|
JavaTM 2 Platform Std. Ed. v1.4.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Java, Java 2D, and JDBC are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-2002 Sun Microsystems, Inc. 901 San Antonio Road
Palo Alto, California, 94303, U.S.A. All Rights Reserved.