IBM Toolkit
for MPEG-4
A C D E F G H I M O P R S U V W X

A

AVgen - class avgen.AVgen.
AVgen Converter.
AVgen() - Constructor for class avgen.AVgen
 
actualFPS(float) - Method in class player.PlayerAdapter
An indication of the FPS from the renderer.
actualFPS(float) - Method in interface player.PlayerListener
An indication of the FPS from the renderer.
addListener(PlayerListener) - Method in interface player.PlayerControl
Add (register) a player listener.
attachToPlayer() - Method in class player.PlayerControlPanel
To be called when the Control Panel is to attached to the main player so it can be set up to listen to player activity.
avgen - package avgen
Provides for creation of video and/or audio MPEG-4 content.

C

CLOSED - Static variable in interface player.PlayerControl
Player presentation state 'CLOSED' constant
canPause() - Method in interface player.PlayerControl
Indicates whether the player has the ability to pause the current presentation or not.
canSeek() - Method in interface player.PlayerControl
Return whether the player has the ability to seek into the current presentation or not.
canSetVolume() - Method in interface player.PlayerControl
Indicates whether the player has the ability to set the audio volume.
changedState(int) - Method in class player.PlayerAdapter
Indicates change of player presentation state.
changedState(int) - Method in interface player.PlayerListener
Indicates change of player presentation state.
close() - Method in interface player.PlayerControl
Close any opened content.
createMPEG4Player() - Static method in class player.PlayerFactory
Creates a new MPEG-4 Player instance to play MPEG-4 content
createPlayerControlPanel(String, PlayerControl) - Static method in class player.PlayerControlPanelFactory
Create a PlayerControlPanel instance.
createPlayerControlPanel(String, PlayerControl, boolean) - Static method in class player.PlayerControlPanelFactory
Create a PlayerControlPanel instance.

D

detachFromPlayer() - Method in class player.PlayerControlPanel
To be called when the Control Panel is to be detached from the main player so it can be removed from the set of listeners.

E

END_ACTION_CONTINUE - Static variable in interface player.PlayerControl
Player constant to set Continue at end action
END_ACTION_REPEAT - Static variable in interface player.PlayerControl
Player constant to set Repeat (loop) at end action
END_ACTION_STOP - Static variable in interface player.PlayerControl
Player constant to set Stop at end action
ERROR - Static variable in class avgen.AVgen
Return code for a recoverable error.
ERROR - Static variable in class xmtbatch.XmtBatch
Return code for a recoverable error.

F

FATAL_ERROR - Static variable in class avgen.AVgen
Return code for a fatal error.
FATAL_ERROR - Static variable in class xmtbatch.XmtBatch
Return code for a fatal error.
fpsChanged(float) - Method in class player.PlayerAdapter
The FPS setting has been altered.
fpsChanged(float) - Method in interface player.PlayerListener
The FPS setting has been altered.

G

getActualFPS() - Method in interface player.PlayerControl
Get actual compositor rendering frame rate.
getAutoSize() - Method in interface player.PlayerControl
Indicates the autoSize value
getControlPanelNames(boolean) - Static method in class player.PlayerControlPanelFactory
Get a list of PlayerControl panel names that can be instantiated via this factory.
getDefaultPanelName() - Static method in class player.PlayerControlPanelFactory
Indicates the name of the Default control panel.
getDuration() - Method in interface player.PlayerControl
Get the specified (known) duration of the current presentation.
getFPS() - Method in interface player.PlayerControl
Get the compositor render frame rate that is set
getMetrics() - Method in interface player.PlayerControl
Indicates if pixel metrics are being used for scene.
getMute() - Method in interface player.PlayerControl
Get the mute state.
getNumAvailableControlPanels(boolean) - Static method in class player.PlayerControlPanelFactory
Indicates the number of Control Panels that are available.
getPlayerEndAction() - Method in interface player.PlayerControl
Get the EndAction behavior.
getPreferredSceneSize() - Method in interface player.PlayerControl
Get the desired scene size of the presentation.
getRTSPMode() - Method in interface player.PlayerControl
Gets the current RTSP mode set
getRendererComponent() - Method in interface player.PlayerControl
Get the player component that contains the rendered output so it can be added to an appropriate container of the applications choosing.
getScaling() - Method in interface player.PlayerControl
Get the scaling setting.
getSize() - Method in interface player.PlayerControl
Get the actual player Size at this time.
getSpeed() - Method in interface player.PlayerControl
Get the speed of the presentation.
getSpeedScaling() - Method in interface player.PlayerControl
Gets speed scaling hint
getState() - Method in interface player.PlayerControl
Get the current MPEG-4 player presentation state.
getStateName() - Method in interface player.PlayerControl
Get the current MPEG-4 player presentation state.
getTime() - Method in interface player.PlayerControl
Get the current presentation time.
getVolume() - Method in interface player.PlayerControl
Get the volume level of the presentation.

H

handleAnchor(String) - Method in class player.PlayerAdapter
Called to allow the shell to handle unknown anchor urls by for example exec'ing a known application to support the url.
handleAnchor(String) - Method in interface player.PlayerListener
Called to allow the shell to handle unknown anchor urls by for example exec'ing a known application to support the url.
hasDuration() - Method in interface player.PlayerControl
Return whether the duration of the current presentation is known.
hasPreferredSceneSize() - Method in interface player.PlayerControl
Indicates whether the presentation has a desired scene size.

I

isListener(PlayerListener) - Method in interface player.PlayerControl
Test if PlayerListener object is a registered player listener

M

muteChanged(boolean) - Method in class player.PlayerAdapter
Indicates new mute state.
muteChanged(boolean) - Method in interface player.PlayerListener
Indicates new mute state.

O

OK - Static variable in class avgen.AVgen
Conversion return code to indicate success.
OK - Static variable in class xmtbatch.XmtBatch
Conversion return code to indicate success.
open(String) - Method in interface player.PlayerControl
Open content referenced by the URL.

P

PAUSED - Static variable in interface player.PlayerControl
Player presentation state 'PAUSED' constant
PLAYING - Static variable in interface player.PlayerControl
Player presentation state 'PLAYING' constant
PlayerAdapter - class player.PlayerAdapter.
MPEG-4 Player Adapter.
PlayerAdapter() - Constructor for class player.PlayerAdapter
 
PlayerControl - interface player.PlayerControl.
MPEG-4 Player Control interface.
PlayerControlPanel - class player.PlayerControlPanel.
MPEG-4 Player Control Panel abstract base class.
PlayerControlPanelFactory - class player.PlayerControlPanelFactory.
MPEG-4 Player Control Panel factory.
PlayerFactory - class player.PlayerFactory.
MPEG-4 Player Factory.
PlayerListener - interface player.PlayerListener.
MPEG-4 Player Listener interface.
pause() - Method in interface player.PlayerControl
Pause the currently playing presentation (playing is resumed with the resume() method).
playRequestWhenClosed() - Method in class player.PlayerAdapter
Indicates that a play request was received in closed state.
playRequestWhenClosed() - Method in interface player.PlayerListener
Indicates that a play request was received in closed state.
playUrl(String) - Method in interface player.PlayerControl
Play a URL.
player - package player
Provides classes upon which an MPEG-4 application or applet player can be built.
playerSize(int, int) - Method in class player.PlayerAdapter
Indicates current player size when there has been a change.
playerSize(int, int) - Method in interface player.PlayerListener
Indicates current player size when there has been a change.
playerTime(long) - Method in class player.PlayerAdapter
Indicates current presentation time.
playerTime(long) - Method in interface player.PlayerListener
Indicates current presentation time.
preferSize(int, int) - Method in class player.PlayerAdapter
Indicates the preferred size from presentation.
preferSize(int, int) - Method in interface player.PlayerListener
Indicates the preferred size from presentation.

R

RTSP_AUTO - Static variable in interface player.PlayerControl
RTSP Mode Automatic.
RTSP_HTTP_TUNNEL - Static variable in interface player.PlayerControl
RTSP Mode HTTP Tunnelling.
RTSP_TCP_INTERLEAVE - Static variable in interface player.PlayerControl
RTSP Mode TCP Interleave.
RTSP_TCP_INTERLEAVE_UDP - Static variable in interface player.PlayerControl
RTSP Mode TCP Interleave and/or UDP.
RTSP_UDP - Static variable in interface player.PlayerControl
RTSP Mode UDP.
removeListener(PlayerListener) - Method in interface player.PlayerControl
Remove a player listener
resume() - Method in interface player.PlayerControl
Resume playing a presentation from where it is currently paused.
run(String[]) - Method in class avgen.AVgen
Run the conversion with the specified arguments.
run(String[]) - Method in class xmtbatch.XmtBatch
Run the conversion with the specified arguments.

S

STOPPED - Static variable in interface player.PlayerControl
Player presentation state 'STOPPED' constant
scalingChanged(boolean) - Method in class player.PlayerAdapter
The scaling mode has been changed.
scalingChanged(boolean) - Method in interface player.PlayerListener
The scaling mode has been changed.
seek(long) - Method in interface player.PlayerControl
Seek to a particular point in the presentation.
setAutoSize(boolean) - Method in interface player.PlayerControl
Sets the Player to auto size or not.
setFPS(float) - Method in interface player.PlayerControl
Set compositor render frame rate in frames per second.
setMute(boolean) - Method in interface player.PlayerControl
Mute any audio.
setPlayInClosed(boolean) - Method in class player.PlayerControlPanel
Enables the Play button to be active when in closed state.
setPlayerEndAction(int) - Method in interface player.PlayerControl
Set the EndAction.
setRTSPMode(int) - Method in interface player.PlayerControl
Sets the RTSP playback mode for when/if media is retrieved using RTSP.
setScaling(boolean) - Method in interface player.PlayerControl
Set whether presentations in pixel metrics can scale or not (presentations that are in meter metrics always scale such that the display width is +/- one meter and vertical dimension is ratio of height/width as per MPEG-4 Systems specification)
setSize(int, int) - Method in interface player.PlayerControl
Set the actual player Size.
setSpeed(double) - Method in interface player.PlayerControl
Set the speed of the presentation.
setSpeedScaling(boolean) - Method in interface player.PlayerControl
Set speed scaling hint - set true to do scaling by speed, false to do quality When true, and when the content has a preferred size, scaling is done at the final point of rendering, the composition being created at the preferred size.
setVolume(double) - Method in interface player.PlayerControl
Set the volume level of the presentation.
speedChanged(double) - Method in class player.PlayerAdapter
The playback speed has been changed.
speedChanged(double) - Method in interface player.PlayerListener
The playback speed has been changed.
speedScalingChanged(boolean) - Method in class player.PlayerAdapter
The speed scaling type hint has been changed.
speedScalingChanged(boolean) - Method in interface player.PlayerListener
The speed scaling type hint has been changed.
start() - Method in interface player.PlayerControl
Start playing content that has already been opened by a prior call to open(URL).
step(long) - Method in interface player.PlayerControl
Step the presentation forward by the given number of milliseconds.
stop() - Method in interface player.PlayerControl
Stop playing the current presentation, which may be playing, paused, or already stopped.
stopUrl() - Method in interface player.PlayerControl
Stop playing a URL.

U

urlChanged(String) - Method in class player.PlayerAdapter
A new URL has been opened.
urlChanged(String) - Method in interface player.PlayerListener
A new URL has been opened.
usingMetrics(boolean) - Method in class player.PlayerAdapter
Indicates pixel or meter metrics from presentation.
usingMetrics(boolean) - Method in interface player.PlayerListener
Indicates pixel or meter metrics from presentation.

V

volumeChanged(double) - Method in class player.PlayerAdapter
Indicates new volume level.
volumeChanged(double) - Method in interface player.PlayerListener
Indicates new volume level.

W

WARNING - Static variable in class avgen.AVgen
Return code for a warning.
WARNING - Static variable in class xmtbatch.XmtBatch
Return code for a warning.

X

XmtBatch - class xmtbatch.XmtBatch.
XmtBatch Converter.
XmtBatch() - Constructor for class xmtbatch.XmtBatch
 
xmtbatch - package xmtbatch
Provides for creation of MPEG-4 content including audio and video.

A C D E F G H I M O P R S U V W X
IBM Toolkit
for MPEG-4

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