Method Summary |
|
protected void | doClose() Subclasses need to implement this to close
the Player . |
protected void | doDeallocate() Subclasses need to implement this to deallocate
the Player . |
void | doFinishLoopIteration() |
protected Control | doGetControl(String controlType) The worker method to actually obtain the control.
Parameters: type - the class name of the Control . |
protected long | doGetDuration() Subclasses need to implement this to get the duration
of the Player . |
protected long | doGetMediaTime() |
void | doNextLoopIteration() |
protected void | doPrefetch() Subclasses need to implement this to prefetch
the Player . |
protected void | doRealize() Subclasses need to implement this to realize
the Player . |
protected void | doSetLoopCount(int count) |
protected long | doSetMediaTime(long now) Subclasses need to implement this to set the media time
of the Player . |
protected boolean | doStart() Subclasses need to implement this start
the Player . |
protected void | doStop() Subclasses need to implement this to realize
the Player . |
public String | getContentType() |
public void | run() |
boolean | setSequence(byte[] seq) |