PlayConfig constructor

PlayConfig({
  1. int? fetchStreamType,
  2. bool? hardDecode,
  3. bool? privateData,
  4. int? timeout,
  5. String? secretKey,
  6. List<String>? waterConfigs,
  7. int? bufferLength,
  8. String? deviceSerial,
  9. String? verifyCode,
  10. String? ip,
  11. int? port,
  12. String? username,
  13. String? password,
  14. int? qualityType,
  15. int? channelNum,
})

Implementation

PlayConfig(
    {this.fetchStreamType,
    this.hardDecode,
    this.privateData,
    this.timeout,
    this.secretKey,
    this.waterConfigs,
    this.bufferLength,
    this.deviceSerial,
    this.verifyCode,
    this.ip,
    this.port,
    this.username,
    this.password,
    this.qualityType,
    this.channelNum});