PodPlayerConfig constructor

const PodPlayerConfig({
  1. bool autoPlay = true,
  2. bool isLooping = false,
  3. bool forcedVideoFocus = false,
  4. bool wakelockEnabled = true,
  5. bool isLive = false,
  6. List<int> videoQualityPriority = const [1080, 720, 360],
})

Implementation

const PodPlayerConfig({
  this.autoPlay = true,
  this.isLooping = false,
  this.forcedVideoFocus = false,
  this.wakelockEnabled = true,
   this.isLive=false,
  this.videoQualityPriority = const [1080, 720, 360],
});