isCameraFocusSupported abstract method

Future<bool> isCameraFocusSupported()

检测设备是否支持手动对焦功能。

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

返回 true:设备支持手动对焦功能;false:设备不支持手动对焦功能

Implementation

Future<bool> isCameraFocusSupported();