CreateJobOutput constructor
CreateJobOutput({
- JobAlbumArt? albumArt,
- List<
Clip> ? composition, - Encryption? encryption,
- String? key,
- String? presetId,
- String? rotate,
- String? segmentDuration,
- Encryption? thumbnailEncryption,
- String? thumbnailPattern,
- 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,
});