FourdgsKeyframeDeltaOptions constructor

const FourdgsKeyframeDeltaOptions({
  1. int keyframeEvery = 8,
  2. int deltaMode = deltaModeChained,
  3. Set<int> keyframeAt = const <int>{},
  4. String profile = 'default',
  5. double cutoff = fourdgsDefaultCutoff,
  6. int codec = codecDeflate,
  7. int level = 6,
  8. String library = '4dgs-dart keyframe-delta encoder',
  9. bool writeIndex = true,
  10. bool writeStatistics = true,
  11. bool writeCrc = true,
  12. bool verify = true,
})

Implementation

const FourdgsKeyframeDeltaOptions({
  this.keyframeEvery = 8,
  this.deltaMode = deltaModeChained,
  this.keyframeAt = const <int>{},
  this.profile = 'default',
  this.cutoff = fourdgsDefaultCutoff,
  this.codec = codecDeflate,
  this.level = 6,
  this.library = '4dgs-dart keyframe-delta encoder',
  this.writeIndex = true,
  this.writeStatistics = true,
  this.writeCrc = true,
  this.verify = true,
});