CreateJobPlaylist constructor

CreateJobPlaylist({
  1. String? format,
  2. HlsContentProtection? hlsContentProtection,
  3. String? name,
  4. List<String>? outputKeys,
  5. PlayReadyDrm? playReadyDrm,
})

Implementation

CreateJobPlaylist({
  this.format,
  this.hlsContentProtection,
  this.name,
  this.outputKeys,
  this.playReadyDrm,
});