Class vx_resp_aux_diagnostic_state_dump_t
Inheritance
vx_resp_aux_diagnostic_state_dump_t
Assembly: VivoxUnity.dll
Syntax
public class vx_resp_aux_diagnostic_state_dump_t : IDisposable
Constructors
vx_resp_aux_diagnostic_state_dump_t()
Declaration
public vx_resp_aux_diagnostic_state_dump_t()
Fields
swigCMemOwn
Declaration
protected bool swigCMemOwn
Field Value
Properties
base_
Declaration
public vx_resp_base_t base_ { get; set; }
Property Value
current_capture_device
Declaration
public vx_device_t current_capture_device { get; set; }
Property Value
current_render_device
Declaration
public vx_device_t current_render_device { get; set; }
Property Value
effective_capture_device
Declaration
public vx_device_t effective_capture_device { get; set; }
Property Value
effective_render_device
Declaration
public vx_device_t effective_render_device { get; set; }
Property Value
state_connector_count
Declaration
public int state_connector_count { get; set; }
Property Value
state_connectors
Declaration
public SWIGTYPE_p_p_vx_state_connector state_connectors { get; set; }
Property Value
Methods
Dispose()
Declaration
Dispose(bool)
Declaration
protected virtual void Dispose(bool disposing)
Parameters
Type |
Name |
Description |
bool |
disposing |
|
~vx_resp_aux_diagnostic_state_dump_t()
Declaration
protected ~vx_resp_aux_diagnostic_state_dump_t()
Implements