FTXLivePlayConfigPlayerMsg constructor

FTXLivePlayConfigPlayerMsg({
  1. int? playerId,
  2. double? cacheTime,
  3. double? maxAutoAdjustCacheTime,
  4. double? minAutoAdjustCacheTime,
  5. int? videoBlockThreshold,
  6. int? connectRetryCount,
  7. int? connectRetryInterval,
  8. bool? autoAdjustCacheTime,
  9. bool? enableAec,
  10. bool? enableMessage,
  11. bool? enableMetaData,
  12. String? flvSessionKey,
})

Implementation

FTXLivePlayConfigPlayerMsg({
  this.playerId,
  this.cacheTime,
  this.maxAutoAdjustCacheTime,
  this.minAutoAdjustCacheTime,
  this.videoBlockThreshold,
  this.connectRetryCount,
  this.connectRetryInterval,
  this.autoAdjustCacheTime,
  this.enableAec,
  this.enableMessage,
  this.enableMetaData,
  this.flvSessionKey,
});