CmfcSettings constructor
CmfcSettings({
- CmfcAudioDuration? audioDuration,
- CmfcScte35Esam? scte35Esam,
- CmfcScte35Source? scte35Source,
Implementation
CmfcSettings({
this.audioDuration,
this.scte35Esam,
this.scte35Source,
});