Mp4Settings constructor

Mp4Settings({
  1. CmfcAudioDuration? audioDuration,
  2. Mp4CslgAtom? cslgAtom,
  3. int? cttsVersion,
  4. Mp4FreeSpaceBox? freeSpaceBox,
  5. Mp4MoovPlacement? moovPlacement,
  6. String? mp4MajorBrand,
})

Implementation

Mp4Settings({
  this.audioDuration,
  this.cslgAtom,
  this.cttsVersion,
  this.freeSpaceBox,
  this.moovPlacement,
  this.mp4MajorBrand,
});