KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > microedition > media > Manager

javax.microedition.media
Class Manager

java.lang.Object
  |
  +--javax.microedition.media.Manager
See Also:
Player

public static Player createPlayer(java.io.InputStream stream,
                                  String type)
                           throws java.io.IOException,
                                  MediaException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static Player createPlayer(String locator)
                           throws java.io.IOException,
                                  MediaException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static Player createPlayer(DataSource source)
                           throws java.io.IOException,
                                  MediaException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static String[] getSupportedContentTypes(String protocol)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static String[] getSupportedProtocols(String content_type)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static TimeBase getSystemTimeBase()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final java.lang.String MIDI_DEVICE_LOCATOR
See Also:
MIDIControl
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static void playTone(int note,
                            int duration,
                            int volume)
                     throws MediaException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final String TONE_DEVICE_LOCATOR
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags