文档

支持

Vivox Core SDK

Vivox Core SDK

vxa_capture_device_stats_t

Reference the Vivox Core SDK API.
阅读时间1 分钟最后更新于 12 天前

Get statistics that are useful for debugging audio capture issues.
#include <Vxc.h>

Public Attributes

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;

vxa_capture_device_stats_t • Vivox Core SDK • Unity Docs