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

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

Introduction

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

The text is from its open source code.

Method

voidclose()
Indicates that the application has finished using the transmitter, and that limited resources it requires may be released or made available.
ReceivergetReceiver()
Obtains the current receiver to which this transmitter will deliver MIDI messages.
voidsetReceiver(Receiver receiver)
Sets the receiver to which this transmitter will deliver MIDI messages.