TTVideoEngineLoadProgress constructor
TTVideoEngineLoadProgress({
- String? videoId,
- TTVideoEngineDataLoaderTaskType? taskType,
- List<
TTVideoEngineLoadCacheInfo> ? cacheInfos, - TTVideoEngineCacheState? cacheState,
- bool? preloadComplete,
- bool? cacheEnd,
- int? totalCacheSize,
- int? totalMediaSize,
Implementation
TTVideoEngineLoadProgress(
{this.videoId,
this.taskType,
this.cacheInfos,
this.cacheState,
this.preloadComplete,
this.cacheEnd,
this.totalCacheSize,
this.totalMediaSize});