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.
-
kNativeSize
- This is the size (the number of bytes) that are required for this class
-
clone()
- Return a copy of this object.
-
getPortName()
- Return the name of the output port.
-
setPortName(String)
- Set the name of the output port.
kNativeSize
public static final int kNativeSize
- This is the size (the number of bytes) that are required for this class
getPortName
public String getPortName() throws UtilException
- Return the name of the output port.
setPortName
public void setPortName(String name) throws UtilException
- Set the name of the output port.
clone
public Object clone()
- Return a copy of this object.
- Overrides:
- clone in class SynthesizerConnections
All Packages Class Hierarchy This Package Previous Next Index