TXPlayInfoParams constructor

const TXPlayInfoParams({
  1. required int? appId,
  2. required String? fileId,
  3. String? psign = "",
  4. String? url = "",
  5. Map<String, String>? httpHeader,
})

Implementation

const TXPlayInfoParams({required this.appId, required this.fileId, this.psign = "", this.url = "", this.httpHeader});