TTVideoEngineDownloadURLTask constructor

TTVideoEngineDownloadURLTask({
  1. List<String>? urls,
  2. String? cacheKey,
  3. String? videoId,
  4. int? countOfBytesReceived,
  5. int? countOfBytesExpectedToReceive,
  6. double? progress,
  7. TTVideoEngineDownloadState? state,
  8. TTError? error,
  9. String? availableLocalFilePath,
  10. String? taskId,
})

Implementation

TTVideoEngineDownloadURLTask(
    {this.urls,
    this.cacheKey,
    this.videoId,
    this.countOfBytesReceived,
    this.countOfBytesExpectedToReceive,
    this.progress,
    this.state,
    this.error,
    this.availableLocalFilePath,
    this.taskId});