onCameraExposureChanged method

void onCameraExposureChanged(
  1. CGPoint exposurePoint
)

摄像头曝光区域已改变回调。 该回调是由本地用户调用 NERtcDeviceManager.setCameraExposurePosition 方法改变曝光位置触发的

exposurePoint 新的曝光区域位置

Implementation

void onCameraExposureChanged(CGPoint exposurePoint) {}