audiomixer_event_get_available()

Get the available output channel.

Synopsis:

#include <bps/audiomixer.h>
 
BPS_API audiomixer_output_t audiomixer_event_get_available(bps_event_t *event)

Since:

BlackBerry 10.0.0

Arguments:

event

The AUDIOMIXER_INFO event to extract the available output channel from.

Library:

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

Description:

The audiomixer_event_get_available() function extracts the available output channel from an AUDIOMIXER_INFO event.

Returns:

The available output channel.