AgoraFocalLengthInfo
摄像头支持的焦距信息,包含摄像头的方向以及焦距类型。
Objective-C
__attribute__((visibility("default"))) @interface AgoraFocalLengthInfo : NSObject
@property(assign, nonatomic) int cameraDirection;
@property(assign, nonatomic) AgoraFocalLength focalLengthType;
@end
自从
v4.3.1
cameraDirection
摄像头方向。详见 AgoraCameraDirection。
focalLengthType
焦距类型。详见 AgoraFocalLength。