JobOutput constructor
JobOutput({
- JobAlbumArt? albumArt,
- String? appliedColorSpaceConversion,
- List<
Clip> ? composition, - int? duration,
- int? durationMillis,
- Encryption? encryption,
- int? fileSize,
- String? frameRate,
- int? height,
- String? id,
- String? key,
- String? presetId,
- String? rotate,
- String? segmentDuration,
- String? status,
- String? statusDetail,
- Encryption? thumbnailEncryption,
- String? thumbnailPattern,
- List<
JobWatermark> ? watermarks, - 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,
});