Method Summary |
|
final protected void | doClose() Closes the RTSP Player. |
final protected void | doDeallocate() Deallocates the RTSP Player. |
final protected Control | doGetControl(String type) |
final public long | doGetDuration() Retrieves the duration of the media presentation. |
final protected long | doGetMediaTime() Retrieves the current media time. |
final protected void | doPrefetch() Prefetching (not implemented).
This may be an option for a future implementation. |
final protected void | doRealize() Realizes the RTSP Player. |
final protected long | doSetMediaTime(long now) Sets the media time of the RTSP Player.
Parameters: now - the new media time. exception: MediaException - thrown if setMediaTime fails. |
final protected boolean | doStart() |
final protected void | doStop() Stopping the RTSP Player. |
public RtspCtrl | getRtspControl() Returns the RTSP Control object. |