BetterPlayerBufferingConfiguration constructor

const BetterPlayerBufferingConfiguration({
  1. int minBufferMs = defaultMinBufferMs,
  2. int maxBufferMs = defaultMaxBufferMs,
  3. int bufferForPlaybackMs = defaultBufferForPlaybackMs,
  4. int bufferForPlaybackAfterRebufferMs = defaultBufferForPlaybackAfterRebufferMs,
})

Implementation

const BetterPlayerBufferingConfiguration({
  this.minBufferMs = defaultMinBufferMs,
  this.maxBufferMs = defaultMaxBufferMs,
  this.bufferForPlaybackMs = defaultBufferForPlaybackMs,
  this.bufferForPlaybackAfterRebufferMs =
      defaultBufferForPlaybackAfterRebufferMs,
});