PresetSettings constructor

PresetSettings({
  1. List<AudioDescription>? audioDescriptions,
  2. List<CaptionDescriptionPreset>? captionDescriptions,
  3. ContainerSettings? containerSettings,
  4. VideoDescription? videoDescription,
})

Implementation

PresetSettings({
  this.audioDescriptions,
  this.captionDescriptions,
  this.containerSettings,
  this.videoDescription,
});