ParticipantPosition
The ParticipantPosition model informs about the participant's position in the spatial audio environment. It contains information about the distance and angle.
Available in the package com.voxeet.sdk.media.audio.ParticipantPosition.
Constructors
ParticipantPosition
▸ ParticipantPosition(distance
: double, angle
: double)
Constructs a spatial position of the Participant
.
Parameters
Name | Type | Description |
---|---|---|
distance | double | The distance. |
angle | double | The angle (in radians). |
Properties
distance (double)
The distance from the current Participant
(in meters).
angle (double)
The angle (in radians).
Updated over 1 year ago