Scte35SegmentationDescriptor constructor
Scte35SegmentationDescriptor({
- required Scte35SegmentationCancelIndicator segmentationCancelIndicator,
- required int segmentationEventId,
- Scte35DeliveryRestrictions? deliveryRestrictions,
- int? segmentNum,
- int? segmentationDuration,
- int? segmentationTypeId,
- String? segmentationUpid,
- int? segmentationUpidType,
- int? segmentsExpected,
- int? subSegmentNum,
- int? subSegmentsExpected,
Implementation
Scte35SegmentationDescriptor({
required this.segmentationCancelIndicator,
required this.segmentationEventId,
this.deliveryRestrictions,
this.segmentNum,
this.segmentationDuration,
this.segmentationTypeId,
this.segmentationUpid,
this.segmentationUpidType,
this.segmentsExpected,
this.subSegmentNum,
this.subSegmentsExpected,
});