Uses of Interface
quicktime.app.audio.AudioSpec

Packages that use AudioSpec
quicktime.app.audio   
quicktime.app.players   
 

Uses of AudioSpec in quicktime.app.audio
 

Subinterfaces of AudioSpec in quicktime.app.audio
 interface ExtendedAudioSpec
          ExtendedAudioSpec provides a standard interface that all audio capable objects can support.
 interface MusicPart
          MusicParts extend the capability of audio control objects as they provide an instrument that will play or render the control information (ie.
 interface MusicScore
          This is an interface which defines methods that abstract the usage of a collection of MusicParts which typically make up the collection of instruments that play a music score.
 

Classes in quicktime.app.audio that implement AudioSpec
 class AudioMediaControl
          This is a very simple implementation of the ExtendedAudioSpec interface to control Media that has an audio media component.
 class MusicMediaControl
          This class is a specialized version of the generic AudioMediaControl class which provides added capability for dealing specifically with MusicMedia.
 class MusicPartControl
          This class provides an implementation of the ExtendedAudioSpec interface for dealing with specific charactertics of the parts of the MusicMedia.
 class NoteChannelControl
          This class provides an implementation of the MusicPart interface for NoteChannel objects.
 

Uses of AudioSpec in quicktime.app.players
 

Classes in quicktime.app.players that implement AudioSpec
 class MoviePlayer
          The MoviePlayer class allows your application to display, play and control any QuickTime movie.
 class MoviePresenter
          The MoviePresenter is used to present typically a movie as a member of a SWCompositor.
 class QTPlayer
          The QTPlayer class allows your application to display, play and control any QuickTime movie with the standard QuickTime movie controller.