Fmp4HlsSettings constructor

Fmp4HlsSettings({
  1. String? audioRenditionSets,
  2. Fmp4NielsenId3Behavior? nielsenId3Behavior,
  3. Fmp4TimedMetadataBehavior? timedMetadataBehavior,
})

Implementation

Fmp4HlsSettings({
  this.audioRenditionSets,
  this.nielsenId3Behavior,
  this.timedMetadataBehavior,
});