Package | Description |
---|---|
javax.microedition.media |
Modifier and Type | Method and Description |
---|---|
static Player |
Manager.createPlayer(InputStream stream,
String type)
Create a
Player to play back media from an
InputStream . |
static Player |
Manager.createPlayer(String locator)
Create a
Player from an input locator. |
Modifier and Type | Method and Description |
---|---|
void |
PlayerListener.playerUpdate(Player player,
String event,
Object eventData)
This method is called to deliver an event to a registered
listener when a
Player event is observed. |
Copyright (c) 1990, 2012, Oracle and/or its affiliates. All rights reserved.