SegmentDetection constructor
SegmentDetection({
- int? durationMillis,
- String? durationSMPTE,
- String? endTimecodeSMPTE,
- int? endTimestampMillis,
- ShotSegment? shotSegment,
- String? startTimecodeSMPTE,
- int? startTimestampMillis,
- TechnicalCueSegment? technicalCueSegment,
- SegmentType? type,
Implementation
SegmentDetection({
this.durationMillis,
this.durationSMPTE,
this.endTimecodeSMPTE,
this.endTimestampMillis,
this.shotSegment,
this.startTimecodeSMPTE,
this.startTimestampMillis,
this.technicalCueSegment,
this.type,
});