OutputSettings constructor

OutputSettings({
  1. HlsSettings? hlsSettings,
})

Implementation

OutputSettings({
  this.hlsSettings,
});