EgressHLSResponse constructor

EgressHLSResponse({
  1. required String playlistUrl,
  2. required String status,
})

Returns a new EgressHLSResponse instance.

Implementation

EgressHLSResponse({
  required this.playlistUrl,
  required this.status,
});