SrtExportOptions constructor

const SrtExportOptions({
  1. dynamic maxCharactersPerLine,
  2. bool? includeSpeakers,
  3. bool? includeTimestamps,
  4. required String format,
  5. dynamic segmentOnSilenceLongerThanS,
  6. dynamic maxSegmentDurationS,
  7. dynamic maxSegmentChars,
})

Implementation

const SrtExportOptions({
  this.maxCharactersPerLine,
  this.includeSpeakers,
  this.includeTimestamps,
  required this.format,
  this.segmentOnSilenceLongerThanS,
  this.maxSegmentDurationS,
  this.maxSegmentChars,
});