IosOptions constructor

const IosOptions({
  1. int? timeoutIntervalForMediaPackets,
  2. int? maxL1BufferDuration,
  3. int? maxL2BufferDuration,
  4. bool? videoToolbox,
  5. bool? cacheBufferDurationSpeedAdjust,
  6. LoggerLevelIos? loggerLevel,
  7. String? dnsManager,
  8. String? videoCacheFolderPath,
  9. bool? videoFileNameEncode,
  10. PlayFormat? playFormat,
  11. String? videoCacheExtensionName,
  12. String? sdkId,
  13. String? headUserAgent,
  14. String? videoOutputFormat,
})

Implementation

const IosOptions(
    {this.timeoutIntervalForMediaPackets,
    this.maxL1BufferDuration,
    this.maxL2BufferDuration,
    this.videoToolbox,
    this.cacheBufferDurationSpeedAdjust,
    this.loggerLevel,
    this.dnsManager,
    this.videoCacheFolderPath,
    this.videoFileNameEncode,
    this.playFormat,
    this.videoCacheExtensionName,
    this.sdkId,
    this.headUserAgent,
    this.videoOutputFormat});