Package io.agora.spatialaudio
Class RemoteVoicePositionInfo
java.lang.Object
io.agora.spatialaudio.RemoteVoicePositionInfo
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
position
public float[] positionThe coordinates in the world coordinate system. This parameter is an array of length 3, and the three values represent the front, right, and top coordinates in turn. -
forward
public float[] forwardThe unit vector of the x axis in the coordinate system. This parameter is an array of length 3, and the three values represent the front, right, and top coordinates in turn.
-
-
Constructor Details
-
RemoteVoicePositionInfo
public RemoteVoicePositionInfo()
-
-
Method Details
-
getPosition
public float[] getPosition() -
getForward
public float[] getForward()
-