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