TTVideoEngineLocalServerTaskInfo constructor

TTVideoEngineLocalServerTaskInfo({
  1. String? key,
  2. String? videoId,
  3. TTVideoEngineResolutionType? resolution,
  4. String? localFilePath,
  5. int? mediaSize,
  6. int? cacheSizeFromZero,
  7. String? decryptionKey,
  8. int? preloadSize,
  9. TTVideoEngineDataLoaderTaskType? taskType,
})

Implementation

TTVideoEngineLocalServerTaskInfo(
    {this.key,
    this.videoId,
    this.resolution,
    this.localFilePath,
    this.mediaSize,
    this.cacheSizeFromZero,
    this.decryptionKey,
    this.preloadSize,
    this.taskType});