Class vx_resp_aux_get_capture_devices_t
Inheritance
vx_resp_aux_get_capture_devices_t
Assembly: VivoxUnity.dll
Syntax
public class vx_resp_aux_get_capture_devices_t : IDisposable
Constructors
vx_resp_aux_get_capture_devices_t()
Declaration
public vx_resp_aux_get_capture_devices_t()
Fields
swigCMemOwn
Declaration
protected bool swigCMemOwn
Field Value
Properties
base_
Declaration
public vx_resp_base_t base_ { get; set; }
Property Value
capture_devices
Declaration
public SWIGTYPE_p_p_vx_device capture_devices { get; set; }
Property Value
count
Declaration
public int count { get; set; }
Property Value
current_capture_device
Declaration
public vx_device_t current_capture_device { get; set; }
Property Value
default_capture_device
Declaration
public vx_device_t default_capture_device { get; set; }
Property Value
default_communication_capture_device
Declaration
public vx_device_t default_communication_capture_device { get; set; }
Property Value
effective_capture_device
Declaration
public vx_device_t effective_capture_device { 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_get_capture_devices_t()
Declaration
protected ~vx_resp_aux_get_capture_devices_t()
Implements