Agora Java API Reference for Android
Public Member Functions | Public Attributes | List of all members
io.agora.rtc2.video.AgoraFocalLengthInfo Class Reference

Focal length information supported by the camera, including the camera direction and focal length type. More...

Public Member Functions

 AgoraFocalLengthInfo (int cameraDirection, int focalLengthType)
 
String toString ()
 

Public Attributes

int cameraDirection
 
int focalLengthType
 

Detailed Description

Focal length information supported by the camera, including the camera direction and focal length type.

Member Data Documentation

◆ cameraDirection

int io.agora.rtc2.video.AgoraFocalLengthInfo.cameraDirection

The camera direction. See CAMERA_DIRECTION.

◆ focalLengthType

int io.agora.rtc2.video.AgoraFocalLengthInfo.focalLengthType

The focal length type. See CAMERA_FOCAL_LENGTH_TYPE.