MovSettings constructor

MovSettings({
  1. MovClapAtom? clapAtom,
  2. MovCslgAtom? cslgAtom,
  3. MovMpeg2FourCCControl? mpeg2FourCCControl,
  4. MovPaddingControl? paddingControl,
  5. MovReference? reference,
})

Implementation

MovSettings({
  this.clapAtom,
  this.cslgAtom,
  this.mpeg2FourCCControl,
  this.paddingControl,
  this.reference,
});