Stop receiving Media player events.
#include <bps/mediaplayer.h>
BPS_API int mediaplayer_stop_events(int flags)
BlackBerry 10.0.0
Additional flags that are reserved for future use. Set this value to 0 to stop Media player events from being delivered to your application.
The mediaplayer_stop_events() function stops Media player events from being delivered to your application using BlackBerry Platform Services (BPS).
BPS_SUCCESS when the function completes successfully, BPS_FAILURE with errno value set otherwise.