audio_manager_get_default_input_device()

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

Synopsis:

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

Arguments:

dev

The default audio input device.

Library:

libaudio_manager

Description:

The audio_manager_get_default_input_device() function returns the type of the default audio input device picked by the audio manager.

Returns:

EOK upon success, negative errno upon failure.