Class vx_evt_media_completion_t
Inheritance
vx_evt_media_completion_t
Assembly: VivoxUnity.dll
public class vx_evt_media_completion_t : IDisposable
Constructors
Declaration
public vx_evt_media_completion_t()
Fields
Declaration
protected bool swigCMemOwn
Field Value
Properties
Declaration
public vx_evt_base_t base_ { get; set; }
Property Value
Declaration
public vx_media_completion_type completion_type { get; set; }
Property Value
Declaration
public string sessiongroup_handle { get; set; }
Property Value
Methods
Declaration
Declaration
protected virtual void Dispose(bool disposing)
Parameters
Type |
Name |
Description |
bool |
disposing |
|
Declaration
protected ~vx_evt_media_completion_t()
Implements