audio_manager_get_default_input_device()

Get the current default audio input device picked by the audio manager service.

Synopsis:

#include <audio/audio_manager_device.h>
 
int audio_manager_get_default_input_device(audio_manager_device_t *dev)

Since:

BlackBerry 10.0.0

Arguments:

dev

The default audio input device.

Library:

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

Description:

Use audio_manager_get_default_input_device() to returned the type of the default audio input device selected by the audio manager service.

Returns:

EOK upon success, a negative errno upon failure. The errno values are available in the errno.h file.