vx_system_stats
Reference the Vivox Core SDK API.
Read time 2 minutesLast updated 20 hours ago
#include <Vxc.h>Public Attributes
Name | |
|---|---|
| int | ss_size |
| int | ar_source_count |
| int | ar_source_queue_limit |
| int | ar_source_queue_overflows |
| int | ar_source_poll_count |
| unsigned | msgovrld_count |
| vx_stat_sample_t | ar_source_free_buffers |
| vx_stat_sample_t | ar_source_queue_depth |
| vx_stat_thread_t | vp_thread |
| vx_stat_thread_t | ticker_thread |
| int | clnt_count VivoxClient::Client instance count. |
| int | lc_count LoginContext instance count. |
| int | mps_count MorpheusSession instance count. |
| int | mpsg_count MorpheusSessionGroup instance count. |
| int | strms_count VivoxStro::StroMediaSession instance count. |
| int | strr_count VivoxStro::StroRtp instance count. |
| int | strss_count VivoxStro::StroSessionState instance count. |
| int | vp_count VoiceProcessor instance count. |
Public Attributes Documentation
variable ss_size
int ss_size;
variable ar_source_count
int ar_source_count;
variable ar_source_queue_limit
int ar_source_queue_limit;
variable ar_source_queue_overflows
int ar_source_queue_overflows;
variable ar_source_poll_count
int ar_source_poll_count;
variable msgovrld_count
unsigned msgovrld_count;
variable ar_source_free_buffers
vx_stat_sample_t ar_source_free_buffers;
variable ar_source_queue_depth
vx_stat_sample_t ar_source_queue_depth;
variable vp_thread
vx_stat_thread_t vp_thread;
variable ticker_thread
vx_stat_thread_t ticker_thread;
variable clnt_count
VivoxClient::Client instance count. Note: V5 only. In V4, this is always equal to -1.int clnt_count;
variable lc_count
LoginContext instance count. Note: V5 only. In V4, this is always equal to -1.int lc_count;
variable mps_count
MorpheusSession instance count. Note: V5 only. In V4, this is always equal to -1.int mps_count;
variable mpsg_count
MorpheusSessionGroup instance count. Note: V5 only. In V4, this is always equal to -1.int mpsg_count;
variable strms_count
VivoxStro::StroMediaSession instance count. Note: V5 only. In V4, this is always equal to -1.int strms_count;
variable strr_count
VivoxStro::StroRtp instance count. Note: V5 only. In V4, this is always equal to -1.int strr_count;
variable strss_count
VivoxStro::StroSessionState instance count. Note: V5 only. In V4, this is always equal to -1.int strss_count;
variable vp_count
VoiceProcessor instance count. Note: V5 only. In V4, this is always equal to -1.int vp_count;