SpecificVideoSwap constructor

const SpecificVideoSwap({
  1. required String apiKey,
  2. String? webhook,
  3. String? trackId,
  4. required dynamic initImage,
  5. required dynamic initVideo,
  6. required dynamic referenceImage,
  7. String? outputFormat = "mp4",
  8. bool? watermark,
})

Implementation

const SpecificVideoSwap({
  required this.apiKey,
  this.webhook,
  this.trackId,
  required this.initImage,
  required this.initVideo,
  required this.referenceImage,
  this.outputFormat = "mp4",
  this.watermark,
});