| example.mmademo.VideoTest
VideoTest | public class VideoTest extends MIDlet implements CommandListener,Runnable(Code) | | An example MIDlet to demo MMAPI video features
|
Inner Class :class ExitThread extends Thread | |
Method Summary | |
public void | commandAction(Command c, Displayable s) | public synchronized void | destroyApp(boolean unconditional) Destroy must cleanup everything not handled
by the garbage collector. | public static VideoTest | getInstance() | public static List | getList() | public synchronized void | nullPlayer() | public void | pauseApp() Called when this MIDlet is paused. | public void | run() | public void | startApp() Called when this MIDlet is started for the first time,
or when it returns from paused mode. |
VideoTest | public VideoTest()(Code) | | |
commandAction | public void commandAction(Command c, Displayable s)(Code) | | |
destroyApp | public synchronized void destroyApp(boolean unconditional)(Code) | | Destroy must cleanup everything not handled
by the garbage collector.
|
getList | public static List getList()(Code) | | |
nullPlayer | public synchronized void nullPlayer()(Code) | | |
pauseApp | public void pauseApp()(Code) | | Called when this MIDlet is paused.
If there is currently a Form or Canvas displaying
video, call its startApp() method.
|
startApp | public void startApp()(Code) | | Called when this MIDlet is started for the first time,
or when it returns from paused mode.
If there is currently a Form or Canvas displaying
video, call its startApp() method.
|
|
|