Method
ClapperPlayerpause
Declaration [src]
void
clapper_player_pause (
ClapperPlayer* player
)
Description [src]
Pause the playback of current media item.
This function will queue a request for the underlaying GStreamer
pipeline to go into PAUSED
state, thus can also be used on a not
yet started video to go into PAUSED
state first.