PreLoadInfoMsg constructor

PreLoadInfoMsg({
  1. int? appId,
  2. String? fileId,
  3. String? pSign,
  4. String? playUrl,
  5. double? preloadSizeMB,
  6. int? preferredResolution,
  7. int? tmpPreloadTaskId,
  8. Map<String?, String?>? httpHeader,
})

Implementation

PreLoadInfoMsg({
  this.appId,
  this.fileId,
  this.pSign,
  this.playUrl,
  this.preloadSizeMB,
  this.preferredResolution,
  this.tmpPreloadTaskId,
  this.httpHeader,
});