TTVideoEngineLocalServerTaskInfo constructor
TTVideoEngineLocalServerTaskInfo({
- String? key,
- String? videoId,
- TTVideoEngineResolutionType? resolution,
- String? localFilePath,
- int? mediaSize,
- int? cacheSizeFromZero,
- String? decryptionKey,
- int? preloadSize,
- TTVideoEngineDataLoaderTaskType? taskType,
Implementation
TTVideoEngineLocalServerTaskInfo(
{this.key,
this.videoId,
this.resolution,
this.localFilePath,
this.mediaSize,
this.cacheSizeFromZero,
this.decryptionKey,
this.preloadSize,
this.taskType});