Method

ValentMediaPlayerstop

unstable since: 1.0

Declaration [src]

void
valent_media_player_stop (
  ValentMediaPlayer* player
)

Description [src]

Stop playback.

If playback is already stopped, this has no effect. Calling valent_media_player_play() after this should cause playback to start again from the beginning of the track.

If ValentMediaPlayer:flags does not include VALENT_MEDIA_ACTION_STOP, calling this method should have no effect.

Available since: 1.0