HlsMediaStoreSettings constructor
HlsMediaStoreSettings({
- int? connectionRetryInterval,
- int? filecacheDuration,
- HlsMediaStoreStorageClass? mediaStoreStorageClass,
- int? numRetries,
- int? restartDelay,
Implementation
HlsMediaStoreSettings({
this.connectionRetryInterval,
this.filecacheDuration,
this.mediaStoreStorageClass,
this.numRetries,
this.restartDelay,
});