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.
-
clone()
- Implementation of Cloneable Interface.
-
getLength()
- Return the name of the output port.
-
getPort(int)
-
Return a port at the specified (one based) index.
-
toString()
- String representation.
getLength
public int getLength()
- Return the name of the output port.
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.
clone
public Object clone()
- Implementation of Cloneable Interface.
- Overrides:
- clone in class Object
toString
public String toString()
- String representation.
- Overrides:
- toString in class QTHandleRef
All Packages Class Hierarchy This Package Previous Next Index