IM Profile

Uses of Interface
javax.microedition.media.Player

Packages that use Player
javax.microedition.media The MIDP 2.0 Media API is a directly compatible building block of the Mobile Media API (JSR-135) specification.  
 

Uses of Player in javax.microedition.media
 

Methods in javax.microedition.media that return Player
static Player Manager.createPlayer(String locator)
          Create a Player from an input locator.
static Player Manager.createPlayer(InputStream stream, String type)
          Create a Player to play back media from an InputStream.
 

Methods in javax.microedition.media with parameters of type Player
 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.
 


IM Profile

Submit a comment or suggestion Version 2.0 of IM Profile Specification
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries. Copyright (c) 1993-2002 Sun Microsystems, Inc. 901 San Antonio Road,Palo Alto, California, 94303, U.S.A. All Rights Reserved.