HlsWebdavSettings constructor

HlsWebdavSettings({
  1. int? connectionRetryInterval,
  2. int? filecacheDuration,
  3. HlsWebdavHttpTransferMode? httpTransferMode,
  4. int? numRetries,
  5. int? restartDelay,
})

Implementation

HlsWebdavSettings({
  this.connectionRetryInterval,
  this.filecacheDuration,
  this.httpTransferMode,
  this.numRetries,
  this.restartDelay,
});