TTVideoEngineLoadProgress constructor

TTVideoEngineLoadProgress({
  1. String? videoId,
  2. TTVideoEngineDataLoaderTaskType? taskType,
  3. List<TTVideoEngineLoadCacheInfo>? cacheInfos,
  4. TTVideoEngineCacheState? cacheState,
  5. bool? preloadComplete,
  6. bool? cacheEnd,
  7. int? totalCacheSize,
  8. int? totalMediaSize,
})

Implementation

TTVideoEngineLoadProgress(
    {this.videoId,
    this.taskType,
    this.cacheInfos,
    this.cacheState,
    this.preloadComplete,
    this.cacheEnd,
    this.totalCacheSize,
    this.totalMediaSize});