Package io.agora.rtc2.video
Class AgoraFocalLengthInfo
java.lang.Object
io.agora.rtc2.video.AgoraFocalLengthInfo
-
Field Summary
FieldsModifier and TypeFieldDescriptionintThe camera direction.intThe focal length type. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
cameraDirection
public int cameraDirectionThe camera direction. See `CAMERA_DIRECTION`. -
focalLengthType
public int focalLengthTypeThe focal length type. See `CAMERA_FOCAL_LENGTH_TYPE`.
-
-
Constructor Details
-
AgoraFocalLengthInfo
public AgoraFocalLengthInfo(int cameraDirection, int focalLengthType)
-
-
Method Details