TXLivePlayConfig constructor

TXLivePlayConfig({
  1. double? cacheTime,
  2. bool? bAutoAdjustCacheTime,
  3. double? maxAutoAdjustCacheTime,
  4. double? minAutoAdjustCacheTime,
  5. int? videoBlockThreshold,
  6. int? connectRetryCount,
  7. bool? enableHWAcceleration = false,
  8. Map? headers,
})

Implementation

TXLivePlayConfig({this.cacheTime,this.bAutoAdjustCacheTime,this.maxAutoAdjustCacheTime,this.minAutoAdjustCacheTime,this.videoBlockThreshold,this.connectRetryCount,this.enableHWAcceleration = false,this.headers});