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
| description |
| readonly attribute poTime currentTime
| currentTime |
| readonly attribute poTime overallTime
| overallTime |
| readonly attribute poCapabilities capabilities
| capabilities |
| readonly attribute string mediaName
| mediaName |
| readonly attribute poState state
| state |
starts playing the media
void seek (poTime newTime)
| seek |
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 on stefan on Sat Jun 2 23:13:43 2001, using kdoc 2.0a53. |