IBM Toolkit
for MPEG-4

Package player

Provides classes upon which an MPEG-4 application or applet player can be built.

See:
          Description

Interface Summary
PlayerControl MPEG-4 Player Control interface.
PlayerListener MPEG-4 Player Listener interface.
PlayerScreenCapture MPEG-4 Player Screen Capture interface.
 

Class Summary
PlayerAdapter MPEG-4 Player Adapter.
PlayerControlPanel MPEG-4 Player Control Panel abstract base class.
PlayerControlPanelFactory MPEG-4 Player Control Panel factory.
PlayerFactory MPEG-4 Player Factory.
 

Package player Description

Provides classes upon which an MPEG-4 application or applet player can be built.

A player instance can be created using the PlayerFactory. A player can then be controlled using the PlayerControl interface. Events generated by the player are available by implementing the PlayerListener class or more conveniently by extending the PlayerAdapter.

A PlayerControlPanel is a convenient panel containing controls such as start and stop buttons, and indicators such as the current play time for the content and progress bar. A panel instance can be created using the PlayerControlPanelFactory.

A player can provide its own implementation of controls and indicators using the PlayerListener interface (or PlayerAdapter) and is not limited to the set of panels that are provided.


IBM Toolkit
for MPEG-4

© Copyright IBM Corp. 1998, 2005. All Rights Reserved.