soundplayer_event_get_id()

Retrieve the ID from the SOUNDPLAYER_INFO event.

Synopsis:

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

Since:

BlackBerry 10.2.0

Arguments:

event

The SOUNDPLAYER_INFO event to extract the ID from.

Library:

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

Description:

The soundplayer_event_get_id() function extracts the ID from the specified SOUNDPLAYER_INFO event.

Returns:

The ID of the SOUNDPLAYER_INFO event.