Class vx_vxd_t
Assembly: VivoxUnity.dll
Syntax
public class vx_vxd_t : IDisposable
Constructors
vx_vxd_t()
Declaration
Fields
swigCMemOwn
Declaration
protected bool swigCMemOwn
Field Value
Properties
data
Declaration
public string data { get; set; }
Property Value
data_size
Declaration
public uint data_size { get; set; }
Property Value
participant_uri
Declaration
public string participant_uri { get; set; }
Property Value
version
Declaration
public uint version { get; set; }
Property Value
Methods
Dispose()
Declaration
Dispose(bool)
Declaration
protected virtual void Dispose(bool disposing)
Parameters
Type |
Name |
Description |
bool |
disposing |
|
~vx_vxd_t()
Declaration
Implements