isCameraExposurePositionSupported abstract method

Future<bool> isCameraExposurePositionSupported()

检测设备是否支持手动曝光功能。

该方法仅适用于 Android 和 iOS。 该方法必须在 SDK 触发 onLocalVideoStateChanged 回调,返回本地视频状态为 localVideoStreamStateCapturing (1) 之后调用。

Returns true : 设备支持手动曝光功能。 false : 设备不支持手动曝光功能。

Implementation

Future<bool> isCameraExposurePositionSupported();