Class vx_stat_thread_t
Inheritance
vx_stat_thread_t
Assembly: VivoxUnity.dll
Syntax
public class vx_stat_thread_t : IDisposable
Constructors
vx_stat_thread_t()
Declaration
public vx_stat_thread_t()
Fields
swigCMemOwn
Declaration
protected bool swigCMemOwn
Field Value
Properties
count_poll_gte_25ms
Declaration
public int count_poll_gte_25ms { get; set; }
Property Value
count_poll_lt_10ms
Declaration
public int count_poll_lt_10ms { get; set; }
Property Value
count_poll_lt_16ms
Declaration
public int count_poll_lt_16ms { get; set; }
Property Value
count_poll_lt_1ms
Declaration
public int count_poll_lt_1ms { get; set; }
Property Value
count_poll_lt_20ms
Declaration
public int count_poll_lt_20ms { get; set; }
Property Value
count_poll_lt_25ms
Declaration
public int count_poll_lt_25ms { get; set; }
Property Value
count_poll_lt_5ms
Declaration
public int count_poll_lt_5ms { get; set; }
Property Value
interval
Declaration
public int interval { get; set; }
Property Value
Methods
Dispose()
Declaration
Dispose(bool)
Declaration
protected virtual void Dispose(bool disposing)
Parameters
Type |
Name |
Description |
bool |
disposing |
|
~vx_stat_thread_t()
Declaration
protected ~vx_stat_thread_t()
Implements