vxa_capture_device_stats_t
Reference the Vivox Core SDK API.
Read time 1 minuteLast updated 20 hours ago
Get statistics that are useful for debugging audio capture issues.
#include <Vxc.h>Public Attributes
Name | |
|---|---|
| int | buffer_underrun_count |
| int | buffer_overrun_count |
| int | other_error_count |
| int | audio_queue_read_count |
| int | audio_queue_write_count |
Public Attributes Documentation
variable buffer_underrun_count
int buffer_underrun_count;
variable buffer_overrun_count
int buffer_overrun_count;
variable other_error_count
int other_error_count;
variable audio_queue_read_count
int audio_queue_read_count;
variable audio_queue_write_count
int audio_queue_write_count;