Mp4Settings constructor
Mp4Settings({
- CmfcAudioDuration? audioDuration,
- Mp4CslgAtom? cslgAtom,
- int? cttsVersion,
- Mp4FreeSpaceBox? freeSpaceBox,
- Mp4MoovPlacement? moovPlacement,
- String? mp4MajorBrand,
Implementation
Mp4Settings({
this.audioDuration,
this.cslgAtom,
this.cttsVersion,
this.freeSpaceBox,
this.moovPlacement,
this.mp4MajorBrand,
});