Hls constructor

Hls({
  1. bool? separateAv,
  2. String? defaultCdn,
  3. Cdns1? cdns,
  4. String? captions,
})

Implementation

Hls({this.separateAv, this.defaultCdn, this.cdns, this.captions});