Package io.agora.rtc2.video
Class AgoraFocalLengthInfo
java.lang.Object
io.agora.rtc2.video.AgoraFocalLengthInfo
The definition of AgoraFocalLengthInfo.
-
Field Summary
FieldsModifier and TypeFieldDescriptionintCamera orientation, front or back.intThe focal length of the camera. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
cameraDirection
public int cameraDirectionCamera orientation, front or back. 0: rear camera, 1: front camera. -
focalLengthType
public int focalLengthTypeThe focal length of the camera. 0: By default, 1: wide angle, 2: urltra wide.
-
-
Constructor Details
-
AgoraFocalLengthInfo
public AgoraFocalLengthInfo(int cameraDirection, int focalLengthType)
-
-
Method Details