PlayerParameters constructor

const PlayerParameters({
  1. bool? autofocus,
  2. bool? autoplay,
  3. bool? autopause,
  4. bool? muted,
  5. bool? loop,
  6. bool? playsinline,
  7. bool? preload,
  8. bool? texttrack,
  9. bool? dnt,
  10. bool? background,
  11. int? t,
  12. bool? transparent,
  13. bool? speedbtn,
  14. bool? header,
  15. bool? controls,
  16. String? userAgent,
  17. String? externalId,
  18. bool? disableFiles,
  19. WatermarkParameters watermark = const WatermarkParameters(),
})

Implementation

const PlayerParameters({
  this.autofocus,
  this.autoplay,
  this.autopause,
  this.muted,
  this.loop,
  this.playsinline,
  this.preload,
  this.texttrack,
  this.dnt,
  this.background,
  this.t,
  this.transparent,
  this.speedbtn,
  this.header,
  this.controls,
  this.userAgent,
  this.externalId,
  this.disableFiles,
  this.watermark = const WatermarkParameters(),
});