TXVodDownloadMediaMsg constructor

TXVodDownloadMediaMsg({
  1. String? playPath,
  2. double? progress,
  3. int? downloadState,
  4. String? userName,
  5. int? duration,
  6. int? playableDuration,
  7. int? size,
  8. int? downloadSize,
  9. String? url,
  10. int? appId,
  11. String? fileId,
  12. String? pSign,
  13. int? quality,
  14. String? token,
  15. int? speed,
  16. bool? isResourceBroken,
})

Implementation

TXVodDownloadMediaMsg({
  this.playPath,
  this.progress,
  this.downloadState,
  this.userName,
  this.duration,
  this.playableDuration,
  this.size,
  this.downloadSize,
  this.url,
  this.appId,
  this.fileId,
  this.pSign,
  this.quality,
  this.token,
  this.speed,
  this.isResourceBroken,
});