|
PenProfile 2.x | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MediaException | |
|---|---|
| javax.microedition.media | |
| javax.microedition.media.control | |
| Uses of MediaException in javax.microedition.media |
|---|
| Methods in javax.microedition.media that throw MediaException | |
|---|---|
static Player |
Manager.createPlayer(DataSource source)
|
static Player |
Manager.createPlayer(InputStream stream,
String contentType)
|
static Player |
Manager.createPlayer(String locator)
|
static void |
Manager.playTone(int note,
int duration,
int volume)
|
void |
Player.prefetch()
|
void |
Player.realize()
|
long |
Player.setMediaTime(long now)
|
void |
Player.setTimeBase(TimeBase master)
|
void |
Player.start()
|
void |
Player.stop()
|
| Uses of MediaException in javax.microedition.media.control |
|---|
| Methods in javax.microedition.media.control that throw MediaException | |
|---|---|
int[] |
MIDIControl.getBankList(boolean custom)
|
String |
MIDIControl.getKeyName(int bank,
int prog,
int key)
|
int[] |
MIDIControl.getProgram(int channel)
|
int[] |
MIDIControl.getProgramList(int bank)
|
String |
MIDIControl.getProgramName(int bank,
int prog)
|
byte[] |
VideoControl.getSnapshot(String imageType)
Get a snapshot of the displayed content. |
void |
VideoControl.setDisplayFullScreen(boolean fullScreenMode)
Set the size of the render region for the video clip to be fullscreen. |
void |
VideoControl.setDisplaySize(int width,
int height)
Resize the video image. |
void |
RecordControl.setRecordLocation(String locator)
Set the output location where the data will be recorded. |
int |
RecordControl.setRecordSizeLimit(int size)
Set the record size limit. |
|
PenProfile 2.x | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||