FTXVodPlayConfigPlayerMsg constructor

FTXVodPlayConfigPlayerMsg({
  1. int? playerId,
  2. int? connectRetryCount,
  3. int? connectRetryInterval,
  4. int? timeout,
  5. int? playerType,
  6. Map<String?, String?>? headers,
  7. bool? enableAccurateSeek,
  8. bool? autoRotate,
  9. bool? smoothSwitchBitrate,
  10. String? cacheMp4ExtName,
  11. int? progressInterval,
  12. double? maxBufferSize,
  13. double? maxPreloadSize,
  14. int? firstStartPlayBufferTime,
  15. int? nextStartPlayBufferTime,
  16. String? overlayKey,
  17. String? overlayIv,
  18. Map<String?, Object?>? extInfoMap,
  19. bool? enableRenderProcess,
  20. int? preferredResolution,
  21. int? mediaType,
  22. int? encryptedMp4Level,
  23. String? preferAudioTrack,
})

Implementation

FTXVodPlayConfigPlayerMsg({
  this.playerId,
  this.connectRetryCount,
  this.connectRetryInterval,
  this.timeout,
  this.playerType,
  this.headers,
  this.enableAccurateSeek,
  this.autoRotate,
  this.smoothSwitchBitrate,
  this.cacheMp4ExtName,
  this.progressInterval,
  this.maxBufferSize,
  this.maxPreloadSize,
  this.firstStartPlayBufferTime,
  this.nextStartPlayBufferTime,
  this.overlayKey,
  this.overlayIv,
  this.extInfoMap,
  this.enableRenderProcess,
  this.preferredResolution,
  this.mediaType,
  this.encryptedMp4Level,
  this.preferAudioTrack,
});