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.


Variable Index

 o connections
A Synthesizer's connections for a MIDI device.
 o mc
Music Component.
 o name
Name of the Synthesizer.
 o synthType
Synthesizer type.

Constructor Index

 o MusicComponentInfo()

Method Index

 o toString()
String representation of class.

Variables

 o synthType
 public int synthType
Synthesizer type.

 o name
 public String name
Name of the Synthesizer.

 o connections
 public SynthesizerConnections connections
A Synthesizer's connections for a MIDI device.

 o mc
 public MusicComponent mc
Music Component.

Constructors

 o MusicComponentInfo
 public MusicComponentInfo()

Methods

 o toString
 public String toString()
String representation of class.

Overrides:
toString in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index