isCameraZoomSupported abstract method

Future<bool> isCameraZoomSupported()

检测设备当前使用的摄像头是否支持缩放功能。

该方法需要在相机启动后调用,例如调用 NERtcEngine.startVideoPreviewNERtcEngine.joinChannel 后。

返回 true:设备支持摄像头缩放功能; false: 设备不支持摄像头缩放功能。

Implementation

Future<bool> isCameraZoomSupported();