M3u8Settings constructor
M3u8Settings({
- int? audioFramesPerPes,
- String? audioPids,
- String? ecmPid,
- M3u8NielsenId3Behavior? nielsenId3Behavior,
- int? patInterval,
- M3u8PcrControl? pcrControl,
- int? pcrPeriod,
- String? pcrPid,
- int? pmtInterval,
- String? pmtPid,
- int? programNum,
- M3u8Scte35Behavior? scte35Behavior,
- String? scte35Pid,
- M3u8TimedMetadataBehavior? timedMetadataBehavior,
- String? timedMetadataPid,
- int? transportStreamId,
- 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,
});