HlsBasicPutSettings constructor

HlsBasicPutSettings({
  1. int? connectionRetryInterval,
  2. int? filecacheDuration,
  3. int? numRetries,
  4. int? restartDelay,
})

Implementation

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