Stop receiving Media Controller events.
#include <bps/mediacontroller.h>
BPS_API int mediacontroller_stop_events(int flags)
BlackBerry 10.0.0
Additional flags that are reserved for future use. Set this value to 0 to stop Media Controller events from being delivered to your application.
The mediacontroller_stop_events() function stops Media Controller 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.