M3u8Settings constructor

M3u8Settings({
  1. int? audioFramesPerPes,
  2. String? audioPids,
  3. String? ecmPid,
  4. M3u8NielsenId3Behavior? nielsenId3Behavior,
  5. int? patInterval,
  6. M3u8PcrControl? pcrControl,
  7. int? pcrPeriod,
  8. String? pcrPid,
  9. int? pmtInterval,
  10. String? pmtPid,
  11. int? programNum,
  12. M3u8Scte35Behavior? scte35Behavior,
  13. String? scte35Pid,
  14. M3u8TimedMetadataBehavior? timedMetadataBehavior,
  15. String? timedMetadataPid,
  16. int? transportStreamId,
  17. String? videoPid,
})

Implementation

M3u8Settings({
  this.audioFramesPerPes,
  this.audioPids,
  this.ecmPid,
  this.nielsenId3Behavior,
  this.patInterval,
  this.pcrControl,
  this.pcrPeriod,
  this.pcrPid,
  this.pmtInterval,
  this.pmtPid,
  this.programNum,
  this.scte35Behavior,
  this.scte35Pid,
  this.timedMetadataBehavior,
  this.timedMetadataPid,
  this.transportStreamId,
  this.videoPid,
});