Class vx_req_session_set_3d_position_t
Inheritance
vx_req_session_set_3d_position_t
Assembly: VivoxUnity.dll
Syntax
public class vx_req_session_set_3d_position_t : IDisposable
Constructors
vx_req_session_set_3d_position_t()
Declaration
public vx_req_session_set_3d_position_t()
Fields
swigCMemOwn
Declaration
protected bool swigCMemOwn
Field Value
Properties
base_
Declaration
public vx_req_base_t base_ { get; set; }
Property Value
listener_at_orientation
Declaration
public SWIGTYPE_p_double listener_at_orientation { get; set; }
Property Value
listener_left_orientation
Declaration
public SWIGTYPE_p_double listener_left_orientation { get; set; }
Property Value
listener_position
Declaration
public SWIGTYPE_p_double listener_position { get; set; }
Property Value
listener_up_orientation
Declaration
public SWIGTYPE_p_double listener_up_orientation { get; set; }
Property Value
listener_velocity
Declaration
public SWIGTYPE_p_double listener_velocity { get; set; }
Property Value
req_disposition_type
Declaration
public req_disposition_type_t req_disposition_type { get; set; }
Property Value
session_handle
Declaration
public string session_handle { get; set; }
Property Value
speaker_at_orientation
Declaration
public SWIGTYPE_p_double speaker_at_orientation { get; set; }
Property Value
speaker_left_orientation
Declaration
public SWIGTYPE_p_double speaker_left_orientation { get; set; }
Property Value
speaker_position
Declaration
public SWIGTYPE_p_double speaker_position { get; set; }
Property Value
speaker_up_orientation
Declaration
public SWIGTYPE_p_double speaker_up_orientation { get; set; }
Property Value
speaker_velocity
Declaration
public SWIGTYPE_p_double speaker_velocity { get; set; }
Property Value
type
Declaration
public orientation_type type { get; set; }
Property Value
Methods
Dispose()
Declaration
Dispose(bool)
Declaration
protected virtual void Dispose(bool disposing)
Parameters
Type |
Name |
Description |
bool |
disposing |
|
~vx_req_session_set_3d_position_t()
Declaration
protected ~vx_req_session_set_3d_position_t()
Set3DPosition(float[], float[], float[], float[])
Declaration
public void Set3DPosition(float[] speakerPos, float[] listenerPos, float[] listenerAtOrient, float[] listenerUpOrient)
Parameters
Type |
Name |
Description |
float[] |
speakerPos |
|
float[] |
listenerPos |
|
float[] |
listenerAtOrient |
|
float[] |
listenerUpOrient |
|
Operators
implicit operator vx_req_base_t(vx_req_session_set_3d_position_t)
Declaration
public static implicit operator vx_req_base_t(vx_req_session_set_3d_position_t t)
Parameters
Returns
Implements