isCameraTorchSupported abstract method

Future<bool> isCameraTorchSupported()

检测设备是否支持闪光灯常亮

注意:

一般情况下,App 默认开启前置摄像头,因此如果设备前置摄像头不支持闪光灯,直接使用该方法会返回 false。如果需要检查后置摄像头是否支持闪光灯,需要先使用 switchCamera 切换摄像头,再使用该方法。

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

返回 true:设备支持闪光灯常亮; false:设备不支持闪光灯常亮。

Implementation

Future<bool> isCameraTorchSupported();