VeLivePlayerConfiguration constructor

VeLivePlayerConfiguration({
  1. bool? enableSei,
  2. bool? enableHardwareDecode,
  3. bool? enableLiveDNS,
  4. bool? enableStatisticsCallback,
  5. int? statisticsCallbackInterval,
  6. int? networkTimeoutMs,
  7. int? retryIntervalTimeMs,
  8. int? retryMaxCount,
})

Implementation

VeLivePlayerConfiguration({
  this.enableSei,
  this.enableHardwareDecode,
  this.enableLiveDNS,
  this.enableStatisticsCallback,
  this.statisticsCallbackInterval,
  this.networkTimeoutMs,
  this.retryIntervalTimeMs,
  this.retryMaxCount,
});