Uses of Package
javax.media

Packages that use javax.media
javax.media   
javax.media.bean.playerbean   
javax.media.cdm   
javax.media.control   
javax.media.datasink   
javax.media.format   
javax.media.pim   
javax.media.pm   
javax.media.protocol   
javax.media.renderer   
javax.media.rtp   
javax.media.rtp.event   
 

Classes in javax.media used by javax.media
BadHeaderException
          A BadHeaderException is thrown by a Demultiplexer when getTracks is invoked and the header information is incomplete or inconsistent.
CachingControl
          CachingControl is an interface supported by Players that are capable of reporting download progress.
CannotRealizeException
          A CannotRealizeException is thrown when Manager cannot realize a Player or Processor via the createRealizedPlayer and createRealizedProcessor calls.
Clock
          The Clock interface is implemented by objects that support the Java Media time model.
ClockStoppedException
          A ClockStoppedException is thrown when a method that expects the Clock to be Started is called on a Stopped Clock.
Codec
          A Codec is a media processing unit that accepts a Buffer object as its input, performs some processing on the input data, and then puts the result in an output Buffer object.
Control
          The base interface for processing Control objects.
Controller
          The Controller interface, which extends Clock, provides resource-allocation state information, event generation, and a mechanism for obtaining objects that provide additional control over a Controller.
ControllerAdapter
          The event adapter which recieves ControllerEvents and dispatches them to an appropriate stub-method.
ControllerClosedEvent
          A ControllerClosedEvent describes an event that is generated when an a Controller is closed.
ControllerErrorEvent
          A ControllerErrorEvent describes an event that is generated when an error condition occurs that will cause a Controller to cease functioning.
ControllerEvent
          ControllerEvent is the base class for events generated by a Controller.
ControllerListener
          ControllerListener is an interface for handling asynchronous events generated by Controllers.
Controls
          Controls provides an interface for obtaining objects by interface or class name.
Duration
          The Duration interface provides a way to determine the duration of the media being played by a media object.
IncompatibleSourceException
          An IncompatibleSourceException is thrown by a MediaHandler when setSource is invoked and the MediaHandler cannot support the DataSource.
IncompatibleTimeBaseException
          An IncompatibleTimeBaseException is generated when Clock.setTimeBase is invoked using a TimeBase that the Clock cannot support.
MediaError
          A MediaError indicates an error condition that occurred through incorrect usage of the API.
MediaEvent
          MediaEvent is the base interface for media events.
MediaException
          A MediaException indicates an unexpected error condition in a JMF method.
MediaHandler
          MediaHandler is the base interface for objects that read and manage media content delivered from a DataSource.
MediaProxy
           
NoDataSinkException
          A NoDataSinkException is thrown when Manager can't find a DataSink for a particular MediaLocator and DataSource.
NoDataSourceException
          A NoDataSourceException is thrown when a DataSource can't be found for a particular URL or MediaLocator.
NoPlayerException
          A NoPlayerException is thrown when a Manager can't find a Player for a particular URL or MediaLocator.
NoProcessorException
          A NoProcessorException is thrown when Manager can't find a Processor for a particular URL, MediaLocator or ProcessorModel.
NotConfiguredError
          A NotConfiguredError is thrown when a method that requires a Processor to be in the Configured state is called and the Processor has not yet been Configured.
NotRealizedError
          NotRealizedError is thrown when a method that requires a Controller to be in the Realized state is called and the Controller is not Realized.
Player
          Player is a MediaHandler for rendering and controlling time based media data.
PlugIn
          The base interface for JMF plug-ins.
ResourceUnavailableException
          ResourceUnavailableException is thrown if a class couldn't could allocate the required resources for an operation.
StopEvent
          StopEvent is a ControllerEvent that indicates that a Controller has stopped.
TimeBase
          A TimeBase is a constantly ticking source of time, much like a crystal.
TransitionEvent
          TransitionEvent is a ControllerEvent that indicates that a Controller has changed state.
 

Classes in javax.media used by javax.media.bean.playerbean
Clock
          The Clock interface is implemented by objects that support the Java Media time model.
Controller
          The Controller interface, which extends Clock, provides resource-allocation state information, event generation, and a mechanism for obtaining objects that provide additional control over a Controller.
ControllerAdapter
          The event adapter which recieves ControllerEvents and dispatches them to an appropriate stub-method.
ControllerListener
          ControllerListener is an interface for handling asynchronous events generated by Controllers.
Duration
          The Duration interface provides a way to determine the duration of the media being played by a media object.
MediaHandler
          MediaHandler is the base interface for objects that read and manage media content delivered from a DataSource.
Player
          Player is a MediaHandler for rendering and controlling time based media data.
 

Classes in javax.media used by javax.media.cdm
CaptureDeviceManager
          CaptureDeviceManager is a manager class that provides access to a list of the capture devices available on a system.
 

Classes in javax.media used by javax.media.control
Control
          The base interface for processing Control objects.
Controls
          Controls provides an interface for obtaining objects by interface or class name.
NotConfiguredError
          A NotConfiguredError is thrown when a method that requires a Processor to be in the Configured state is called and the Processor has not yet been Configured.
UnsupportedPlugInException
          An UnsupportedPlugInException is thrown by a TrackControl if a PlugIn cannot be set on the Processor.
 

Classes in javax.media used by javax.media.datasink
MediaEvent
          MediaEvent is the base interface for media events.
 

Classes in javax.media used by javax.media.format
ControllerEvent
          ControllerEvent is the base class for events generated by a Controller.
Format
          A Format abstracts an exact media format.
MediaEvent
          MediaEvent is the base interface for media events.
MediaException
          A MediaException indicates an unexpected error condition in a JMF method.
 

Classes in javax.media used by javax.media.pim
PlugInManager
          The PlugInManager is used to search for installed plug-ins and register new plug-ins.
 

Classes in javax.media used by javax.media.pm
PackageManager
          A PackageManager maintains a persistent store of package-prefix lists.
 

Classes in javax.media used by javax.media.protocol
Controls
          Controls provides an interface for obtaining objects by interface or class name.
Duration
          The Duration interface provides a way to determine the duration of the media being played by a media object.
Format
          A Format abstracts an exact media format.
 

Classes in javax.media used by javax.media.renderer
Controls
          Controls provides an interface for obtaining objects by interface or class name.
PlugIn
          The base interface for JMF plug-ins.
Renderer
          A Renderer is a media processing unit that renders input media to a pre-defined destination, such as the screen or system speaker.
 

Classes in javax.media used by javax.media.rtp
Control
          The base interface for processing Control objects.
Controls
          Controls provides an interface for obtaining objects by interface or class name.
Duration
          The Duration interface provides a way to determine the duration of the media being played by a media object.
 

Classes in javax.media used by javax.media.rtp.event
MediaEvent
          MediaEvent is the base interface for media events.