MsSmoothGroupSettings constructor
MsSmoothGroupSettings({
- required OutputLocationRef destination,
- String? acquisitionPointId,
- SmoothGroupAudioOnlyTimecodeControl? audioOnlyTimecodeControl,
- SmoothGroupCertificateMode? certificateMode,
- int? connectionRetryInterval,
- String? eventId,
- SmoothGroupEventIdMode? eventIdMode,
- SmoothGroupEventStopBehavior? eventStopBehavior,
- int? filecacheDuration,
- int? fragmentLength,
- InputLossActionForMsSmoothOut? inputLossAction,
- int? numRetries,
- int? restartDelay,
- SmoothGroupSegmentationMode? segmentationMode,
- int? sendDelayMs,
- SmoothGroupSparseTrackType? sparseTrackType,
- SmoothGroupStreamManifestBehavior? streamManifestBehavior,
- String? timestampOffset,
- SmoothGroupTimestampOffsetMode? timestampOffsetMode,
Implementation
MsSmoothGroupSettings({
required this.destination,
this.acquisitionPointId,
this.audioOnlyTimecodeControl,
this.certificateMode,
this.connectionRetryInterval,
this.eventId,
this.eventIdMode,
this.eventStopBehavior,
this.filecacheDuration,
this.fragmentLength,
this.inputLossAction,
this.numRetries,
this.restartDelay,
this.segmentationMode,
this.sendDelayMs,
this.sparseTrackType,
this.streamManifestBehavior,
this.timestampOffset,
this.timestampOffsetMode,
});