Agora Java API Reference for Android
Public Attributes | List of all members
agora::rtc::FocalLengthInfo Struct Reference

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

#include <AgoraBase.h>

Public Attributes

int cameraDirection
 
CAMERA_FOCAL_LENGTH_TYPE focalLengthType
 

Detailed Description

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

Note
This enumeration class applies to Android and iOS only.

Member Data Documentation

◆ cameraDirection

int agora::rtc::FocalLengthInfo::cameraDirection

The camera direction. See CAMERA_DIRECTION.

◆ focalLengthType

CAMERA_FOCAL_LENGTH_TYPE agora::rtc::FocalLengthInfo::focalLengthType

The focal length type. See CAMERA_FOCAL_LENGTH_TYPE.