audio_manager_clear_stat_counter()

[Priveleged]Clear the statistic counter of a given statistic entry name.

Synopsis:

#include <audio/audio_manager_volume.h>
 
int audio_manager_clear_stat_counter(const char *name)

Arguments:

name

The name of the statistic entry to clear.

Library:

libaudio_manager

Description:

The audio_manager_set_stat_counter() function clears the counter of the given statistic entry.

Returns:

EOK upon success, negative errno upon failure.