HlsMediaStoreSettings constructor

HlsMediaStoreSettings({
  1. int? connectionRetryInterval,
  2. int? filecacheDuration,
  3. HlsMediaStoreStorageClass? mediaStoreStorageClass,
  4. int? numRetries,
  5. int? restartDelay,
})

Implementation

HlsMediaStoreSettings({
  this.connectionRetryInterval,
  this.filecacheDuration,
  this.mediaStoreStorageClass,
  this.numRetries,
  this.restartDelay,
});