Virtual Method
ValentMediaPlayerplay
unstable since: 1.0
Declaration [src]
void
play (
ValentMediaPlayer* player
)
Description [src]
Start playback.
If already playing, this has no effect. If paused, playback resumes from the current position. If there is no track to play, this has no effect.
If ValentMediaPlayer:flags
does not include
VALENT_MEDIA_ACTION_PLAY
, calling this method should have no effect.
Available since: 1.0