Stop receiving Sound Player events.
#include <bps/soundplayer.h>
BPS_API int soundplayer_stop_events(int flags)
BlackBerry 10.2.0
The types of events to stop. A value of zero indicates that all events are stopped. The meaning of non-zero values is reserved for future use.
The soundplayer_stop_events() function stops Sound Player events from being delivered to the application using BPS.
BPS_SUCCESS upon success, BPS_FAILURE with errno set otherwise.