public interface Receiver
MidiMessage receiver.| Modifier and Type | Method and Description |
|---|---|
void |
close()
Close the
Receiver |
void |
send(MidiMessage message,
long timeStamp)
Called at
MidiMessage receiving |
void send(@NonNull MidiMessage message, long timeStamp)
MidiMessage receivingmessage - the received messagetimeStamp - -1 if the timeStamp information is not availablevoid close()
Receiver