Class AgoraFocalLengthInfo

java.lang.Object
io.agora.rtc2.video.AgoraFocalLengthInfo

public class AgoraFocalLengthInfo extends Object
The definition of AgoraFocalLengthInfo.
  • Field Details

    • cameraDirection

      public int cameraDirection
      Camera orientation, front or back. 0: rear camera, 1: front camera.
    • focalLengthType

      public int focalLengthType
      The 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