EgressHLSResponse constructor
EgressHLSResponse({
- required String playlistUrl,
Returns a new EgressHLSResponse instance.
Implementation
EgressHLSResponse({
required this.playlistUrl,
});