onCameraExposureAreaChanged property

void Function(int x, int y, int width, int height)? onCameraExposureAreaChanged
final

摄像头曝光区域已改变回调。

该回调是由本地用户调用 setCameraExposurePosition 方法改变曝光位置触发的。 该回调仅适用于 Android 和 iOS。

Implementation

final void Function(int x, int y, int width, int height)?
    onCameraExposureAreaChanged;