audio_manager_get_stat_counter()

Get the statistic counter of the specified statistic entry name.

Synopsis:

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

Since:

BlackBerry 10.0.0

Arguments:

name

The name of the statistic entry.

counter

The counter of the selected entry returned.

Library:

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

Description:

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

Returns:

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