Class AgoraFocalLengthInfo

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

public class AgoraFocalLengthInfo extends Object
  • Field Details

    • cameraDirection

      public int cameraDirection
      The camera direction. See `CAMERA_DIRECTION`.
    • focalLengthType

      public int focalLengthType
      The focal length type. See `CAMERA_FOCAL_LENGTH_TYPE`.
  • Constructor Details

    • AgoraFocalLengthInfo

      public AgoraFocalLengthInfo(int cameraDirection, int focalLengthType)
  • Method Details