All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class quicktime.std.music.QTMIDIPort

java.lang.Object
   |
   +----quicktime.util.QTByteObject
           |
           +----quicktime.std.music.SynthesizerConnections
                   |
                   +----quicktime.std.music.QTMIDIPort

public final class QTMIDIPort
extends SynthesizerConnections
Provides information about the port used by the QuickTime synthesizer.


Variable Index

 o kNativeSize
This is the size (the number of bytes) that are required for this class

Method Index

 o clone()
Return a copy of this object.
 o getPortName()
Return the name of the output port.
 o setPortName(String)
Set the name of the output port.

Variables

 o kNativeSize
 public static final int kNativeSize
This is the size (the number of bytes) that are required for this class

Methods

 o getPortName
 public String getPortName() throws UtilException
Return the name of the output port.

 o setPortName
 public void setPortName(String name) throws UtilException
Set the name of the output port.

 o clone
 public Object clone()
Return a copy of this object.

Overrides:
clone in class SynthesizerConnections

All Packages  Class Hierarchy  This Package  Previous  Next  Index