vx_system_stats
Reference the Vivox Core SDK API.
Read time 2 minutesLast updated 7 months 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
int clnt_count;
VivoxClient::Client instance count.
Note: V5 only. In V4, this is always equal to -1.
variable lc_count
int lc_count;
LoginContext instance count.
Note: V5 only. In V4, this is always equal to -1.
variable mps_count
int mps_count;
MorpheusSession instance count.
Note: V5 only. In V4, this is always equal to -1.
variable mpsg_count
int mpsg_count;
MorpheusSessionGroup instance count.
Note: V5 only. In V4, this is always equal to -1.
variable strms_count
int strms_count;
VivoxStro::StroMediaSession instance count.
Note: V5 only. In V4, this is always equal to -1.
variable strr_count
int strr_count;
VivoxStro::StroRtp instance count.
Note: V5 only. In V4, this is always equal to -1.
variable strss_count
int strss_count;
VivoxStro::StroSessionState instance count.
Note: V5 only. In V4, this is always equal to -1.
variable vp_count
int vp_count;
VoiceProcessor instance count.
Note: V5 only. In V4, this is always equal to -1.