HlsAkamaiSettings constructor

HlsAkamaiSettings({
  1. int? connectionRetryInterval,
  2. int? filecacheDuration,
  3. HlsAkamaiHttpTransferMode? httpTransferMode,
  4. int? numRetries,
  5. int? restartDelay,
  6. String? salt,
  7. String? token,
})

Implementation

HlsAkamaiSettings({
  this.connectionRetryInterval,
  this.filecacheDuration,
  this.httpTransferMode,
  this.numRetries,
  this.restartDelay,
  this.salt,
  this.token,
});