JWPlayerConfiguration constructor

JWPlayerConfiguration({
  1. String? file,
  2. List<PlaylistItem>? playlist,
  3. List<Track>? tracks,
  4. List<Source>? sources,
  5. String? image,
  6. bool? autostart,
  7. Analytics? analytics,
  8. Related? related,
  9. Advertising? advertising,
})

Implementation

JWPlayerConfiguration({
  this.file,
  this.playlist,
  this.tracks,
  this.sources,
  this.image,
  this.autostart,
  this.analytics,
  this.related,
  this.advertising,
});