audio_manager_get_device_audio_capabilities()

Get the audio capabilities of a given audio device.

Synopsis:

#include <audio/audio_manager_device.h>
 
int audio_manager_get_device_audio_capabilities(audio_manager_device_t dev, audio_manager_device_capabilities_t *in, void **out, int count)

Arguments:

dev

The type of the audio device to query.

in

A list of capabilities requested.

out

The output pointers must match the type required for each input.

count

The number of elements in each of the in and out arrays.

Library:

libaudio_manager

Description:

The audio_manager_get_device_audio_capabilities() function returns the requested capabilities of the given audio device.

Returns:

EOK upon success, negative errno upon failure.