HlsIngest constructor

HlsIngest({
  1. List<IngestEndpoint>? ingestEndpoints,
})

Implementation

HlsIngest({
  this.ingestEndpoints,
});