Package | Description |
---|---|
javax.microedition.media |
[OPTIONAL] Features for Audio support on embedded Devices.
|
Modifier and Type | Method and Description |
---|---|
static Player |
Manager.createPlayer(java.io.InputStream stream,
java.lang.String type)
Create a
Player to play back media from an InputStream . |
static Player |
Manager.createPlayer(java.lang.String locator)
Create a
Player from an input locator. |
Modifier and Type | Method and Description |
---|---|
void |
PlayerListener.playerUpdate(Player player,
java.lang.String event,
java.lang.Object eventData)
This method is called to deliver an event to a registered listener when
a
Player event is observed. |
Copyright (c) 2013, Oracle and/or its affiliates. All Rights Reserved. Use of this specification is subject to license terms.