EgressHLSResponse constructor

EgressHLSResponse({
  1. required String playlistUrl,
})

Returns a new EgressHLSResponse instance.

Implementation

EgressHLSResponse({
  required this.playlistUrl,
});