quicktime.std.music
Class MusicComponentInfo
java.lang.Object
|
+--quicktime.std.music.MusicComponentInfo
- public class MusicComponentInfo
- extends java.lang.Object
Contains information about the Music Component.
Method Summary |
java.lang.String |
toString()
String representation of class. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
synthType
public int synthType
- Synthesizer type.
name
public java.lang.String name
- Name of the Synthesizer.
connections
public SynthesizerConnections connections
- A Synthesizer's connections for a MIDI device.
mc
public MusicComponent mc
- Music Component.
MusicComponentInfo
public MusicComponentInfo()
toString
public java.lang.String toString()
- String representation of class.
- Overrides:
toString
in class java.lang.Object