Package quicktime.app.audio

Interface Summary
AudioSpec AudioSpec provides a standard interface that all audio capable objects can support.
ExtendedAudioSpec ExtendedAudioSpec provides a standard interface that all audio capable objects can support.
MusicPart MusicParts extend the capability of audio control objects as they provide an instrument that will play or render the control information (ie.
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.
 

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