Class vx_device_t
Assembly: VivoxUnity.dll
Syntax
public class vx_device_t : IDisposable
Constructors
vx_device_t()
Declaration
Fields
swigCMemOwn
Declaration
protected bool swigCMemOwn
Field Value
Properties
device
Declaration
public string device { get; set; }
Property Value
device_type
Declaration
public vx_device_type_t device_type { get; set; }
Property Value
display_name
Declaration
public string display_name { get; set; }
Property Value
Methods
Dispose()
Declaration
Dispose(bool)
Declaration
protected virtual void Dispose(bool disposing)
Parameters
Type |
Name |
Description |
bool |
disposing |
|
~vx_device_t()
Declaration
Implements