audio_manager_get_stat_counter()

Get the statistic counter of a given statistic entry name.

Synopsis:

#include <audio/audio_manager_volume.h>
 
int audio_manager_get_stat_counter(const char *name, uint64_t *counter)

Arguments:

name

The name of the statistic entry.

counter

The counter of the selected entry returned.

Library:

libaudio_manager

Description:

The audio_manager_get_stat_counter() function returns the counter of the given statistic entry.

Returns:

EOK upon success, negative errno upon failure.