Start receiving Media Controller events.
#include <bps/mediacontroller.h>
BPS_API int mediacontroller_request_events(int flags)
BlackBerry 10.0.0
Additional flags that are reserved for future use. Set this value to 0 to request all Media Controller events.
The mediacontroller_request_events() function starts to deliver Media Controller events to your application using BlackBerry Platform Services (BPS). Events are posted to the currently active channel.
BPS_SUCCESS when the function completes successfully, BPS_FAILURE with errno value set otherwise.