mmrenderer_stop_events()

Stop receiving multimedia renderer events.

Synopsis:

#include <bps/mmrenderer.h>
 
BPS_API void mmrenderer_stop_events(mmrenderer_monitor_t *mon)

Since:

BlackBerry 10.0.0

Arguments:

mon

The handle of the context to stop receiving events from. This handle is returned from mmrenderer_request_events().

Library:

libbps (For the qcc command, use the -l bps option to link against this library)

Description:

The mmrenderer_stop_events() function stops the delivery of multimedia renderer events to the application using BPS.

Returns:

Nothing.