JobOutput constructor

JobOutput({
  1. JobAlbumArt? albumArt,
  2. String? appliedColorSpaceConversion,
  3. Captions? captions,
  4. List<Clip>? composition,
  5. int? duration,
  6. int? durationMillis,
  7. Encryption? encryption,
  8. int? fileSize,
  9. String? frameRate,
  10. int? height,
  11. String? id,
  12. String? key,
  13. String? presetId,
  14. String? rotate,
  15. String? segmentDuration,
  16. String? status,
  17. String? statusDetail,
  18. Encryption? thumbnailEncryption,
  19. String? thumbnailPattern,
  20. List<JobWatermark>? watermarks,
  21. int? width,
})

Implementation

JobOutput({
  this.albumArt,
  this.appliedColorSpaceConversion,
  this.captions,
  this.composition,
  this.duration,
  this.durationMillis,
  this.encryption,
  this.fileSize,
  this.frameRate,
  this.height,
  this.id,
  this.key,
  this.presetId,
  this.rotate,
  this.segmentDuration,
  this.status,
  this.statusDetail,
  this.thumbnailEncryption,
  this.thumbnailPattern,
  this.watermarks,
  this.width,
});