Java javax.sound.midi Receiver fields, constructors, methods, implement or subclass

Example usage for Java javax.sound.midi Receiver fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.sound.midi Receiver.

The text is from its open source code.

Implementation

javax.sound.midi.Receiver has the following implementations.
Click this link to see all its implementation.

Method

voidclose()
Indicates that the application has finished using the receiver, and that limited resources it requires may be released or made available.
voidsend(MidiMessage message, long timeStamp)
Sends a MIDI message and time-stamp to this receiver.