com.sun.media.sound.ReferenceCountingDevice |
![]() |
MidiDevice that can use reference counting for open/close. This interface is intended to be used by MidiSystem.getTransmitter() and MidiSystem.getReceiver().
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Retrieve a Receiver that opens the device implicitly.
| |||||||||||
Retrieve a Transmitter that opens the device implicitly.
|
Retrieve a Receiver that opens the device implicitly. This method is similar to MidiDevice.getReceiver(). However, by calling this one, the device is opened implicitly. This is needed by MidiSystem.getReceiver().
MidiUnavailableException |
---|
Retrieve a Transmitter that opens the device implicitly. This method is similar to MidiDevice.getTransmitter(). However, by calling this one, the device is opened implicitly. This is needed by MidiSystem.getTransmitter().
MidiUnavailableException |
---|