mmrenderer_event_get_speed()

Get the current context speed from an MMRENDERER_STATE_CHANGE event.

Synopsis:

#include <bps/mmrenderer.h>
 
BPS_API int mmrenderer_event_get_speed(bps_event_t *event)

Since:

BlackBerry 10.0.0

Arguments:

event

The MMRENDERER_STATE_CHANGE event to get the context speed from.

Library:

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

Description:

The mmrenderer_event_get_speed() function gets the current context speed from the specified MMRENDERER_STATE_CHANGE event.

Returns:

The context speed.