AutoExpImageMetadata constructor

AutoExpImageMetadata(
  1. int quality,
  2. int exposureRuns,
  3. int exposureInterval,
  4. String metering,
  5. double exposure,
  6. double exposureSpeed,
  7. int shutterLimit,
  8. int analogGainLimit,
  9. double whiteBalanceSpeed, {
  10. Key? key,
})

Implementation

AutoExpImageMetadata(this.quality, this.exposureRuns, this.exposureInterval, this.metering, this.exposure, this.exposureSpeed, this.shutterLimit, this.analogGainLimit, this.whiteBalanceSpeed, {super.key});