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.


Field Summary
 SynthesizerConnections connections
          A Synthesizer's connections for a MIDI device.
 MusicComponent mc
          Music Component.
 java.lang.String name
          Name of the Synthesizer.
 int synthType
          Synthesizer type.
 
Constructor Summary
MusicComponentInfo()
           
 
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
 

Field Detail

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.
Constructor Detail

MusicComponentInfo

public MusicComponentInfo()
Method Detail

toString

public java.lang.String toString()
String representation of class.
Overrides:
toString in class java.lang.Object