mediaplayer_event_get_id()

Retrieve the ID from a Media player event.

Synopsis:

#include <bps/mediaplayer.h>
 
BPS_API const char* mediaplayer_event_get_id(bps_event_t *event)

Since:

BlackBerry 10.0.0

Arguments:

event

The Media player event to extract the ID from.

Library:

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

Description:

The mediaplayer_event_get_id() function extracts the ID from the specified Media player event.

Returns:

The ID of the Media player event.