HLSSettingsRequest constructor
HLSSettingsRequest({
- bool? autoOn,
- bool? enabled,
- List<
HLSSettingsRequestQualityTracksEnum> qualityTracks = const [],
Returns a new HLSSettingsRequest instance.
Implementation
HLSSettingsRequest({
this.autoOn,
this.enabled,
this.qualityTracks = const [],
});