player.h
121 };
void loopingChanged(bool)
Emitted when the looping state is changed.
virtual unsigned long position(void) const =0
Returns the current playback position in the track.
virtual bool isSeekable(void) const =0
Returns whether the current track honors seek requests.
virtual void seek(unsigned long msec)=0
Move the current playback position to the specified time in milliseconds, if the track is seekable.
virtual void stop(void)=0
Stop playback of the media track and return to the beginning.
virtual bool hasLength(void) const =0
Returns whether the current track has a length.
virtual View * view(void)=0
A convenience function returning a pointer to the View for this Player, or 0 if this Player has no GU...
virtual unsigned long length(void) const =0
Returns the length of the current track.
View is part of the user interface of a Player.
Definition: tdemediaplayer/view.h:35
KMediaPlayer contains an interface to reusable media player components.
Definition: player.h:34