All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class quicktime.std.music.QTMIDIPortList

java.lang.Object
   |
   +----quicktime.QTObject
           |
           +----quicktime.util.QTHandleRef
                   |
                   +----quicktime.std.music.QTMIDIPortList

public final class QTMIDIPortList
extends QTHandleRef
implements Cloneable
Provides a list of ports used by the QuickTime synthesizer.


Method Index

 o clone()
Implementation of Cloneable Interface.
 o getLength()
Return the name of the output port.
 o getPort(int)
Return a port at the specified (one based) index.
 o toString()
String representation.

Methods

 o getLength
 public int getLength()
Return the name of the output port.

 o getPort
 public QTMIDIPort getPort(int index) throws StdQTException
Return a port at the specified (one based) index.

Parameters:
index - the index which contains the port to return.
Returns:
a QTMIDIPort found at the specified index.
 o clone
 public Object clone()
Implementation of Cloneable Interface.

Overrides:
clone in class Object
 o toString
 public String toString()
String representation.

Overrides:
toString in class QTHandleRef

All Packages  Class Hierarchy  This Package  Previous  Next  Index