SegmentDetection constructor

SegmentDetection({
  1. int? durationMillis,
  2. String? durationSMPTE,
  3. String? endTimecodeSMPTE,
  4. int? endTimestampMillis,
  5. ShotSegment? shotSegment,
  6. String? startTimecodeSMPTE,
  7. int? startTimestampMillis,
  8. TechnicalCueSegment? technicalCueSegment,
  9. SegmentType? type,
})

Implementation

SegmentDetection({
  this.durationMillis,
  this.durationSMPTE,
  this.endTimecodeSMPTE,
  this.endTimestampMillis,
  this.shotSegment,
  this.startTimecodeSMPTE,
  this.startTimestampMillis,
  this.technicalCueSegment,
  this.type,
});