Uses of Interface
quicktime.app.audio.ExtendedAudioSpec

Packages that use ExtendedAudioSpec
quicktime.app.audio   
 

Uses of ExtendedAudioSpec in quicktime.app.audio
 

Subinterfaces of ExtendedAudioSpec in quicktime.app.audio
 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 ExtendedAudioSpec
 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.