CameraParameters constructor

  1. @ReferenceConstructor(ignore: true)
CameraParameters()

Construct a CameraParameters.

This should only be used for testing or when creating a custom type channel implementation of this class. Otherwise, use Camera.getParameters.

Implementation

@ReferenceConstructor(ignore: true)
CameraParameters();