CreateJobOutput constructor

CreateJobOutput({
  1. JobAlbumArt? albumArt,
  2. Captions? captions,
  3. List<Clip>? composition,
  4. Encryption? encryption,
  5. String? key,
  6. String? presetId,
  7. String? rotate,
  8. String? segmentDuration,
  9. Encryption? thumbnailEncryption,
  10. String? thumbnailPattern,
  11. List<JobWatermark>? watermarks,
})

Implementation

CreateJobOutput({
  this.albumArt,
  this.captions,
  this.composition,
  this.encryption,
  this.key,
  this.presetId,
  this.rotate,
  this.segmentDuration,
  this.thumbnailEncryption,
  this.thumbnailPattern,
  this.watermarks,
});