TTVideoEngineLoadCacheInfo constructor
TTVideoEngineLoadCacheInfo({
- String? cacheKey,
- int? mediaSize,
- int? preloadHeaderSize,
- int? preloadOffset,
- int? preloadSize,
- TTVideoEngineCacheState? cacheState,
- TTVideoEngineResolutionType? resolution,
- String? localFilePath,
- int? maxCacheEnd,
- TTError? error,
- List<
TTVideoEngineCacheRange> ? cacheRanges, - 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});