Class vx_before_recv_audio_mixed_participant_data_t
Inheritance
vx_before_recv_audio_mixed_participant_data_t
Assembly: VivoxUnity.dll
Syntax
public class vx_before_recv_audio_mixed_participant_data_t : IDisposable
Constructors
vx_before_recv_audio_mixed_participant_data_t()
Declaration
public vx_before_recv_audio_mixed_participant_data_t()
Fields
swigCMemOwn
Declaration
protected bool swigCMemOwn
Field Value
Properties
audio_frame_rate
Declaration
public int audio_frame_rate { get; set; }
Property Value
channels_per_frame
Declaration
public int channels_per_frame { get; set; }
Property Value
participant_uri
Declaration
public string participant_uri { get; set; }
Property Value
pcm_frame_count
Declaration
public int pcm_frame_count { get; set; }
Property Value
pcm_frames
Declaration
public SWIGTYPE_p_short pcm_frames { get; set; }
Property Value
session_uri
Declaration
public string session_uri { get; set; }
Property Value
Methods
Dispose()
Declaration
Dispose(bool)
Declaration
protected virtual void Dispose(bool disposing)
Parameters
Type |
Name |
Description |
bool |
disposing |
|
~vx_before_recv_audio_mixed_participant_data_t()
Declaration
protected ~vx_before_recv_audio_mixed_participant_data_t()
Implements