Method
ValentMediaPlayerpause
unstable since: 1.0
Declaration [src]
void
valent_media_player_pause (
ValentMediaPlayer* player
)
Description [src]
Pauses playback.
If playback is already paused, this has no effect. Calling
valent_media_player_pause()
after this should cause playback to start
again from the same position.
If ValentMediaPlayer:flags
does not include
VALENT_MEDIA_ACTION_PAUSE
, calling this method should have no effect.
Available since: 1.0