mmrenderer_event_get_state()

Get the current context state from an MMRENDERER_STATE_CHANGE event.

Synopsis:

#include <bps/mmrenderer.h>
 
BPS_API mmrenderer_state_t mmrenderer_event_get_state(bps_event_t *event)

Since:

BlackBerry 10.0.0

Arguments:

event

The MMRENDERER_STATE_CHANGE event to get the context state from.

Library:

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

Description:

The mmrenderer_event_get_state() function gets the current context state from the specified MMRENDERER_STATE_CHANGE event.

Returns:

The context state.