isCameraExposurePositionSupported abstract method

Future<bool> isCameraExposurePositionSupported()

检测设备是否支持手动曝光功能。 该方法需要在相机启动后调用,例如调用 NERtcEngine.startVideoPreviewNERtcEngine.joinChannel 后。 返回 true:设置支持手动曝光功能;false:设备不支持手动曝光功能。

Implementation

Future<bool> isCameraExposurePositionSupported();