public interface OnChoosePictureSizeCallBack
Modifier and Type | Method and Description |
---|---|
android.hardware.Camera.Size |
onChoosePictureSize(java.util.List<android.hardware.Camera.Size> supportedPictureSize)
The callback that outputs the image resolution.
|
com.aliyun.common.utils.Size |
onChoosePictureSize(java.util.SortedSet<com.aliyun.common.utils.Size> supportedPictureSize) |
android.hardware.Camera.Size onChoosePictureSize(java.util.List<android.hardware.Camera.Size> supportedPictureSize)
supportedPictureSize
- The list of image resolutions supported by camera.com.aliyun.common.utils.Size onChoosePictureSize(java.util.SortedSet<com.aliyun.common.utils.Size> supportedPictureSize)