|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use MediaException | |
| com.siemens.mp.media | The Siemens Media API is a directly compatible building block of the Mobile Media API (JSR-135) specification. |
| Uses of MediaException in com.siemens.mp.media |
| Methods in com.siemens.mp.media that throw MediaException | |
void |
Player.realize()
Constructs portions of the Player without
acquiring the scarce and exclusive resources.
|
void |
Player.prefetch()
Acquires the scarce and exclusive resources and processes as much data as necessary to reduce the start latency. |
void |
Player.start()
Starts the Player as soon as possible.
|
void |
Player.stop()
Stops the Player. |
void |
Player.setTimeBase(TimeBase master)
Sets the TimeBase for this Player.
|
long |
Player.setMediaTime(long now)
Sets the Player's media time.
|
static Player |
Manager.createPlayer(String locator)
Create a Player from the input locator. |
static Player |
Manager.createPlayer(InputStream stream,
String type)
Create a Player to play back media from an
InputStream.
|
static Player |
Manager.createPlayer(com.siemens.mp.media.protocol.DataSource source)
Create a Player for a DataSource. |
static void |
Manager.playTone(int note,
int duration,
int volume)
Play back a tone as specified by a note and its duration. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Generated on 2003-10-17 | For further information and updates, please visit Siemens mobile Developer Portal |