文档

支持

Vivox Core SDK

Vivox Core SDK

vxa_render_device_stats_t

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

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

Public Attributes

Public Attributes Documentation

variable current_output_queue_depth_milliseconds

int current_output_queue_depth_milliseconds;

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;

variable hardware_output_channels

int hardware_output_channels;

variable hardware_preferred_samplerate

int hardware_preferred_samplerate;

variable hardware_preferred_buffer_duration

int hardware_preferred_buffer_duration;