| example.audiodemo.PlayerCanvas
PlayerCanvas | public class PlayerCanvas extends Canvas implements Runnable,CommandListener(Code) | | The component for AudioPlayer.
It will create a player for the selected url, play and display
some properties of the player.
Use star key to increase the volume, pound key to decrease the volume
|
Constructor Summary | |
public | PlayerCanvas(Display parentDisplay) |
PlayerCanvas | public PlayerCanvas(Display parentDisplay)(Code) | | |
commandAction | public void commandAction(Command c, Displayable s)(Code) | | |
createPlayer | void createPlayer()(Code) | | |
isPlaying | public boolean isPlaying()(Code) | | |
keyPressed | protected void keyPressed(int keycode)(Code) | | |
paint | public void paint(Graphics g)(Code) | | |
pauseSound | void pauseSound()(Code) | | |
playSound | public void playSound()(Code) | | |
stopSound | public void stopSound()(Code) | | |
|
|