HlsWebdavSettings constructor
HlsWebdavSettings({
- int? connectionRetryInterval,
- int? filecacheDuration,
- HlsWebdavHttpTransferMode? httpTransferMode,
- int? numRetries,
- int? restartDelay,
Implementation
HlsWebdavSettings({
this.connectionRetryInterval,
this.filecacheDuration,
this.httpTransferMode,
this.numRetries,
this.restartDelay,
});