TTVideoEngineLoadCacheInfo constructor

TTVideoEngineLoadCacheInfo({
  1. String? cacheKey,
  2. int? mediaSize,
  3. int? preloadHeaderSize,
  4. int? preloadOffset,
  5. int? preloadSize,
  6. TTVideoEngineCacheState? cacheState,
  7. TTVideoEngineResolutionType? resolution,
  8. String? localFilePath,
  9. int? maxCacheEnd,
  10. TTError? error,
  11. List<TTVideoEngineCacheRange>? cacheRanges,
  12. bool? isFinished,
})

Implementation

TTVideoEngineLoadCacheInfo(
    {this.cacheKey,
    this.mediaSize,
    this.preloadHeaderSize,
    this.preloadOffset,
    this.preloadSize,
    this.cacheState,
    this.resolution,
    this.localFilePath,
    this.maxCacheEnd,
    this.error,
    this.cacheRanges,
    this.isFinished});