mm_player_stop()

Stop playback.

Synopsis:

#include <mmplayer/mmplayerclient.h>
 
int mm_player_stop( mmplayer_hdl_t *hdl )

Arguments:

hdl
The mm-player connection handle

Library:

mmplayerclient

Description:

Stop playback. This function changes the player status to STATUS_STOPPED and resets the playback position to the beginning of the current track.

Returns:

0 on success, -1 on failure