All Packages Class Hierarchy This Package Previous Next Index
Class quicktime.std.music.MusicComponentInfo
java.lang.Object
|
+----quicktime.std.music.MusicComponentInfo
- public class MusicComponentInfo
- extends Object
Contains information about the Music Component.
-
connections
- A Synthesizer's connections for a MIDI device.
-
mc
- Music Component.
-
name
- Name of the Synthesizer.
-
synthType
- Synthesizer type.
-
MusicComponentInfo()
-
-
toString()
- String representation of class.
synthType
public int synthType
- Synthesizer type.
name
public 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 String toString()
- String representation of class.
- Overrides:
- toString in class Object
All Packages Class Hierarchy This Package Previous Next Index