Package im.zego.zegoexpress.entity
Class ZegoPosition
- java.lang.Object
-
- im.zego.zegoexpress.entity.ZegoPosition
-
public class ZegoPosition extends java.lang.Object
Request configuration of song or accompaniment.
-
-
Field Summary
Fields Modifier and Type Field Description ZegoPositionOrientation
cameraOrientation
Camera orientation, for 3D range spatializer.float[]
coordinate
The coordinates of the oneself in the world coordinate system.ZegoPositionOrientation
motionOrientation
Motion orientation.
-
Constructor Summary
Constructors Constructor Description ZegoPosition()
-
-
-
Field Detail
-
coordinate
public float[] coordinate
The coordinates of the oneself in the world coordinate system. The parameter is a float array of length 3. The three values represent the front, right, and top coordinate values in turn.
-
motionOrientation
public ZegoPositionOrientation motionOrientation
Motion orientation.
-
cameraOrientation
public ZegoPositionOrientation cameraOrientation
Camera orientation, for 3D range spatializer.
-
-