Playerpublic interface Player implements ControllableThis class is defined by the JSR-135 specification
Mobile Media API,
Version 1.2. |
Fields Summary |
---|
static final int | UNREALIZED | static final int | REALIZED | static final int | PREFETCHED | static final int | STARTED | static final int | CLOSED | static final long | TIME_UNKNOWN |
Methods Summary |
---|
public void | addPlayerListener(PlayerListener playerListener)
| public void | close()
| public void | deallocate()
| public java.lang.String | getContentType()
| public long | getDuration()
| public long | getMediaTime()
| public int | getState()
| public void | prefetch()
| public void | realize()
| public void | removePlayerListener(PlayerListener playerListener)
| public void | setLoopCount(int count)
| public long | setMediaTime(long now)
| public void | start()
| public void | stop()
|
|