Package common

Interface Summary
ContentType  
ContentTypes  
Directory A one-level directory of services.
Sink A sink for audio
Source A source for A/V data
VolumeControl Interface for an object that can its volume controlled
 

Class Summary
CDTrack Information about a CD as stored in CDDB
ComparableServiceItem Extends ServiceItem for A/V clients that will have several services and want to sort them into order (e.g.
ContentSink  
GenericSinkImpl  
MimeType MIMEType.java Created: Wed Mar 17 14:17:32 1999
SourceSink A slightly klunky class that is used as a handback to a sink STOP event generator - it is used to say "these are the sources I still want to play when you have finished playing the current track"
 

Exception Summary
AlreadyPlayingException Exception thrown when play() is called on a source that is already playing and cannot play to multiple sinks simultaneously
AlreadyRecordingException Exception thrown when record() called on a sink that is already recording and can only record one source at a time
IncompatableSinkException Exception thrown by a source if it is given a sink that it will not be able to handle
IncompatableSourceException Exception thrown by a sink when given a source it cannot handle
NoSuchListenerException Exception thrown when a client tries to remove a listener that doesn't exist
NoSuchSinkException Exception thrown when a source is asked to remove a sink that it does not know about
NoSuchSourceException Exception thrown when a sink is asked to remove a source that it does not know about
NotPlayingException Exception thrown when a source is asked to stop and it is not playing
NotRecordingException Exception thrown when a sink is asked to stop recording and is not currently recording
TooManySinksException Exception thrown by a source when a sinbk is added beyond it's capacity to handle
TooManySourcesException Exception thrown by a sink when a source is added beyond it's capacity to handle