Interface | Description |
---|---|
MidiDeviceServer.Callback | |
MidiManager.OnDeviceOpenedListener |
Listener class used for receiving the results of
MidiManager.openDevice(android.media.midi.MidiDeviceInfo, android.media.midi.MidiManager.OnDeviceOpenedListener, android.os.Handler) and
MidiManager.openBluetoothDevice(android.bluetooth.BluetoothDevice, android.media.midi.MidiManager.OnDeviceOpenedListener, android.os.Handler) |
Class | Description |
---|---|
MidiDevice |
This class is used for sending and receiving data to and from a MIDI device
Instances of this class are created by
MidiManager.openDevice(android.media.midi.MidiDeviceInfo, android.media.midi.MidiManager.OnDeviceOpenedListener, android.os.Handler) . |
MidiDeviceInfo |
This class contains information to describe a MIDI device.
|
MidiDeviceInfo.PortInfo |
Contains information about an input or output port.
|
MidiDeviceServer |
Internal class used for providing an implementation for a MIDI device.
|
MidiDeviceService |
A service that implements a virtual MIDI device.
|
MidiDeviceStatus |
This is an immutable class that describes the current status of a MIDI device's ports.
|
MidiInputPort |
This class is used for sending data to a port on a MIDI device
|
MidiManager |
This class is the public application interface to the MIDI service.
|
MidiManager.DeviceCallback |
Callback class used for clients to receive MIDI device added and removed notifications
|
MidiOutputPort |
This class is used for receiving data from a port on a MIDI device
|
MidiReceiver |
Interface for sending and receiving data to and from a MIDI device.
|
MidiSender |
Interface provided by a device to allow attaching
MidiReceivers to a MIDI device.
|