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. |
static void |
Manager.playTone(int note,
int duration,
int volume)
Play back a tone as specified by a note and its duration.
|
void |
Player.prefetch() |
void |
Player.realize() |
long |
Player.setMediaTime(long now) |
void |
Player.start() |
void |
Player.stop() |
Copyright (c) 1990, 2012, Oracle and/or its affiliates. All rights reserved.