getCameraCurrentZoom abstract method

Future<int> getCameraCurrentZoom()

目前仅支持 Android 平台

获取当前摄像头缩放比例。

返回:当前缩放比例。

Implementation

Future<int> getCameraCurrentZoom();