|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectfi.hut.tml.xsmiles.mlfc.smil.viewer.havi.media.HaviMedia
This is the interface for binary media. The methods should be called in the following order:
| Constructor Summary | |
HaviMedia()
|
|
| Method Summary | |
void |
abort()
|
void |
setMLFCListener(MLFCListener listener)
All traffic to the browser, such as ComponentFactory, etc goes through this listener. |
abstract void |
setUrl(java.lang.String URL)
|
void |
setUrl(java.net.URL url)
Sets the URL for this media. |
void |
showControls(boolean visible)
Requests the media player to display a control panel for media. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public HaviMedia()
| Method Detail |
public void showControls(boolean visible)
visible - true=Display controls, false=don't display controls.public abstract void setUrl(java.lang.String URL)
public void setUrl(java.net.URL url)
url - URL for mediapublic void abort()
public void setMLFCListener(MLFCListener listener)
listener - The MLFCListener supplied by the browserMLFCListener
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||