All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class quicktime.std.music.MusicComponent

java.lang.Object
   |
   +----quicktime.QTObject
           |
           +----quicktime.std.comp.ComponentIdentifier
                   |
                   +----quicktime.std.comp.Component
                           |
                           +----quicktime.std.music.MusicComponent

public final class MusicComponent
extends Component
implements QuickTimeLib
Corresponds to the MusicComponent component type.


Constructor Index

 o MusicComponent()
Opens the MusicComponent component.
 o MusicComponent(int)
Opens the MusicComponent component with a specified subType.

Method Index

 o getDescription()
Returns a structure describing the synthesizer controlled by the music component device.

Constructors

 o MusicComponent
 public MusicComponent() throws QTException
Opens the MusicComponent component.

QuickTime::OpenADefaultComponent

 o MusicComponent
 public MusicComponent(int subType) throws QTException
Opens the MusicComponent component with a specified subType.

QuickTime::OpenADefaultComponent

Methods

 o getDescription
 public SynthesizerDescription getDescription() throws StdQTException
Returns a structure describing the synthesizer controlled by the music component device.

Returns:
a SynthesizerDescription

All Packages  Class Hierarchy  This Package  Previous  Next  Index