audiomixer_event_get_mode()

Get the currently active audio mode from an AUDIOMIXER_INFO event.

Synopsis:

#include <bps/audiomixer.h>
 
BPS_API audiomixer_mode_t audiomixer_event_get_mode(bps_event_t *event)

Since:

BlackBerry 10.0.0

Arguments:

event

The AUDIOMIXER_INFO event to extract the mode from.

Library:

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

Description:

The audiomixer_event_get_mode() function extracts the audio mode currently active from an AUDIOMIXER_INFO event.

Returns:

The currently active audio mode.