Class vx_state_connector_t
Inheritance
vx_state_connector_t
Assembly: VivoxUnity.dll
Syntax
public class vx_state_connector_t : IDisposable
Constructors
vx_state_connector_t()
Declaration
public vx_state_connector_t()
Fields
swigCMemOwn
Declaration
protected bool swigCMemOwn
Field Value
Properties
connector_handle
Declaration
public string connector_handle { get; set; }
Property Value
mic_mute
Declaration
public int mic_mute { get; set; }
Property Value
mic_vol
Declaration
public int mic_vol { get; set; }
Property Value
speaker_mute
Declaration
public int speaker_mute { get; set; }
Property Value
speaker_vol
Declaration
public int speaker_vol { get; set; }
Property Value
state_accounts
Declaration
public SWIGTYPE_p_p_vx_state_account state_accounts { get; set; }
Property Value
state_accounts_count
Declaration
public int state_accounts_count { get; set; }
Property Value
Methods
Dispose()
Declaration
Dispose(bool)
Declaration
protected virtual void Dispose(bool disposing)
Parameters
Type |
Name |
Description |
bool |
disposing |
|
~vx_state_connector_t()
Declaration
protected ~vx_state_connector_t()
Implements