mmrenderer_monitor_t

Handle that identifies a monitored context.

Synopsis:

#include <bps/mmrenderer.h>
 
typedef struct mmrenderer_monitor mmrenderer_monitor_t;

Since:

BlackBerry 10.0.0

Library:

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

Description:

The mmrenderer_monitor_t structure defines a handle that identifies a monitored context for the multimedia renderer. You create this structure for a particular context by calling mmrenderer_request_events(). This structure is then valid until you call mmrenderer_stop_events() or bps_shutdown().