isCameraExposurePositionSupported abstract method
检测设备是否支持手动曝光功能。 该方法需要在相机启动后调用,例如调用 NERtcEngine.startVideoPreview 或 NERtcEngine.joinChannel 后。 返回 true:设置支持手动曝光功能;false:设备不支持手动曝光功能。
Implementation
Future<bool> isCameraExposurePositionSupported();
检测设备是否支持手动曝光功能。 该方法需要在相机启动后调用,例如调用 NERtcEngine.startVideoPreview 或 NERtcEngine.joinChannel 后。 返回 true:设置支持手动曝光功能;false:设备不支持手动曝光功能。
Future<bool> isCameraExposurePositionSupported();