| 
		| interface PlayObject | KMedia2 PlayObject - these can be used by Kaiman for instance
  More... |  
 |  | 
Public Methods
Public Members
 KMedia2 PlayObject - these can be used by Kaiman for instance
 
| readonly attribute string  description | 
| readonly attribute poTime  currentTime | 
| readonly attribute poTime  overallTime | 
| readonly attribute poCapabilities  capabilities | 
| readonly attribute string  mediaName | 
| readonly attribute poState  state | 
 starts playing the media
	 
| void  seek (poTime newTime) | 
 seeks to a specific time
	 
 pauses playing the media
	 
 stop playing the media. Normally this function would called stop, 
 but the name is reserved for the start/stop mechanism of the 
 aRts objects.
	 
	
	| Generated by: stefan@stefan on Sat Feb 24 19:11:36 2001, using kdoc 2.0a47. |