ExposureStartIndex constructor

ExposureStartIndex(
  1. int parentIndex,
  2. int itemIndex,
  3. int exposureStartTime
)

Implementation

ExposureStartIndex(this.parentIndex, this.itemIndex, this.exposureStartTime);